Update app.py

This commit is contained in:
pliny 2024-05-17 16:03:56 -04:00 committed by GitHub
parent a5e87cfdab
commit a4b14b0a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -43,7 +43,7 @@ def main():
image_path = default_image_path
st.image(image_path, caption="For the image to work properly you must click Encode Text first, then download from the generated link", use_column_width=True)
user_text = st.text_area("Enter the text to encode into the image:", "")
user_text = st.text_area("Enter text to encode into the image:", "")
if st.button("Encode Text"):
st.info("Proceeding to encode text into the image.")