Update app.py
Browse files
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
|
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 |
|