Update app.py

This commit is contained in:
pliny
2024-05-17 11:41:11 -04:00
committed by GitHub
parent 8bd9e9f60c
commit 7ad8ea7925
+1 -1
View File
@@ -31,7 +31,7 @@ def get_image_download_link(img_path):
return href
def main():
st.title("ShadowSteg: Image-Only 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"])