From 17611ad5d14c2f64a2e565a6b5c3b591bfce4e5f Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Fri, 17 May 2024 16:02:37 -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 4cb205f..edbbe9c 100644 --- a/app.py +++ b/app.py @@ -41,7 +41,7 @@ def main(): else: default_image_path = "stegg.png" # Path to your default stock image image_path = default_image_path - st.image(image_path, caption="Enter your text prompt below, then click Encode Image", use_column_width=True) + st.image(image_path, caption="For the image to work properly, you must click Encode Text", use_column_width=True) user_text = st.text_area("Enter the text to encode into the image:", "") if st.button("Encode Text"):