From 7c14278522b8633f7f96b21f68c8287bc32cfe01 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Fri, 17 May 2024 11:45:17 -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 a3b90a1..2eae414 100644 --- a/app.py +++ b/app.py @@ -31,7 +31,7 @@ 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"])