From a4b14b0a6e1a8de99d9199d91d69681aa317e743 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Fri, 17 May 2024 16:03:56 -0400 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0db670e..8413664 100644 --- a/app.py +++ b/app.py @@ -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.")