m7mdal7aj commited on
Commit
524a7ff
1 Parent(s): 095898c

Update my_model/tabs/home.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/home.py +5 -0
my_model/tabs/home.py CHANGED
@@ -22,6 +22,9 @@ def run_home() -> None:
22
  to explore the intersection of visual perception, language understanding, and cutting-edge AI research.
23
  </div>""",
24
  unsafe_allow_html=True)
 
 
 
25
  st.markdown("### Background")
26
  with st.expander("Read Background"):
27
  st.write("""
@@ -59,6 +62,8 @@ def run_home() -> None:
59
  </div>""",
60
  unsafe_allow_html=True)
61
 
 
 
62
  st.write("""
63
  <div style="text-align: justify;">
64
 
 
22
  to explore the intersection of visual perception, language understanding, and cutting-edge AI research.
23
  </div>""",
24
  unsafe_allow_html=True)
25
+
26
+ st.markdown("<br>" * 1, unsafe_allow_html=True)
27
+
28
  st.markdown("### Background")
29
  with st.expander("Read Background"):
30
  st.write("""
 
62
  </div>""",
63
  unsafe_allow_html=True)
64
 
65
+ st.markdown("<br>" * 1, unsafe_allow_html=True)
66
+
67
  st.write("""
68
  <div style="text-align: justify;">
69