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"])