Tesneem commited on
Commit
5cf2c77
1 Parent(s): b55b6d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -369,7 +369,7 @@ def setup_streamlit_ui() -> None:
369
  unsafe_allow_html=True,
370
  )
371
  st.markdown(
372
- '<h2 align="center" style="font-family: monospace; font-size: 1.5rem; margin-top: 0rem">Digital Detectives: AI VS Real Images 5</h2>',
373
  unsafe_allow_html=True,
374
  )
375
 
 
369
  unsafe_allow_html=True,
370
  )
371
  st.markdown(
372
+ '<h2 align="center" style="font-family: monospace; font-size: 1.5rem; margin-top: 0rem">Digital Detectives: AI VS Real Images</h2>',
373
  unsafe_allow_html=True,
374
  )
375