Update app.py

This commit is contained in:
pliny
2024-05-17 16:00:18 -04:00
committed by GitHub
parent 3573e4c95d
commit 19788fcdec

2
app.py
View File

@@ -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="Default Stock Image", use_column_width=True)
st.image(image_path, caption="Enter your text prompt below, then click Encode Image", use_column_width=True)
user_text = st.text_area("Enter the text to encode into the image:", "")
if st.button("Encode Text"):