From a2cf79863e664cf8c98d99e1998bd15c2b85bd94 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Fri, 17 May 2024 11:42:05 -0400 Subject: [PATCH] Update app.py --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index a6f2b10..74f2c7c 100644 --- a/app.py +++ b/app.py @@ -31,7 +31,8 @@ def get_image_download_link(img_path): return href def main(): - st.title("STEGOSAURUS WRECKS: Image-Based Prompt Injection Generator") + st.title("STEGOSAURUS WRECKS +Image-Based Prompt Injection Generator") st.info("You can use the default stock image or upload your own image.") uploaded_file = st.file_uploader("Choose an image...", type=["png", "jpg", "jpeg"])