Tesneem commited on
Commit
b55b6d0
·
verified ·
1 Parent(s): 329da28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -365,11 +365,11 @@ def setup_streamlit_ui() -> None:
365
  unsafe_allow_html=True,
366
  )
367
  st.markdown(
368
- '<h3 align="center" style="font-family: monospace; font-size: 1.5rem; margin-top: -2rem">Using Zoom Closed Captioning From The Lectures</h3>',
369
  unsafe_allow_html=True,
370
  )
371
  st.markdown(
372
- '<h2 align="center" style="font-family: monospace; font-size: 1.5rem; margin-top: 0rem">CUNY Tech Prep Tutorial 5</h2>',
373
  unsafe_allow_html=True,
374
  )
375
 
@@ -427,7 +427,7 @@ def main():
427
  st.markdown(
428
  """
429
  <p align="center" style="font-family: monospace; color: #FAF9F6; font-size: 1rem;">
430
- <b>Check out our <a href="https://github.com/GeorgiosIoannouCoder/" style="color: #FAF9F6;">GitHub repository</a></b>
431
  </p>
432
  """,
433
  unsafe_allow_html=True,
 
365
  unsafe_allow_html=True,
366
  )
367
  st.markdown(
368
+ '<h3 align="center" style="font-family: monospace; font-size: 1.5rem; margin-top: -2rem">Using Documents and Research</h3>',
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
 
 
427
  st.markdown(
428
  """
429
  <p align="center" style="font-family: monospace; color: #FAF9F6; font-size: 1rem;">
430
+ <b>Check out our <a href="https://github.com/KeiraJames/CTP-Project-2024/tree/main" style="color: #FAF9F6;">GitHub repository</a></b>
431
  </p>
432
  """,
433
  unsafe_allow_html=True,