userIdc2024 commited on
Commit
258fa90
·
verified ·
1 Parent(s): 42f5ea1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -9
src/streamlit_app.py CHANGED
@@ -107,15 +107,6 @@ def main():
107
  else:
108
  st.warning("⚠️ Please enter an access token")
109
 
110
- # Show info about the app while not authenticated
111
- st.header("ℹ️ About This Tool")
112
- st.write("This tool adds realistic synthetic EXIF metadata to your images, including:")
113
- st.write("• 📱 Camera information (iPhone models)")
114
- st.write("• 📅 Timestamp data")
115
- st.write("• 🌍 GPS coordinates")
116
- st.write("• 📸 Camera settings (ISO, exposure, etc.)")
117
- st.write("• 🎨 Image properties")
118
-
119
  return
120
 
121
  # Show logout option in sidebar when authenticated
 
107
  else:
108
  st.warning("⚠️ Please enter an access token")
109
 
 
 
 
 
 
 
 
 
 
110
  return
111
 
112
  # Show logout option in sidebar when authenticated