prakharg24 commited on
Commit
10e1468
·
verified ·
1 Parent(s): d9ce841

Update my_pages/home.py

Browse files
Files changed (1) hide show
  1. my_pages/home.py +3 -2
my_pages/home.py CHANGED
@@ -27,7 +27,7 @@ def render():
27
  color: #3366cc !important;
28
  }
29
  button[kind="primary"] span {
30
- font-size: 35px !important;
31
  font-weight: bold !important;
32
  text-align: justify!important;
33
  }
@@ -71,9 +71,10 @@ def render():
71
 
72
  st.markdown(
73
  """
 
74
  <div style='text-align: center; font-size:18px; color:gray;'>
75
  Click on sentences above to initiate various piece of the demo. <br>
76
- Or click on the 'Start Tutorial' button below to go through them all sequentially.
77
  </div>
78
  """,
79
  unsafe_allow_html=True
 
27
  color: #3366cc !important;
28
  }
29
  button[kind="primary"] span {
30
+ font-size: 30px !important;
31
  font-weight: bold !important;
32
  text-align: justify!important;
33
  }
 
71
 
72
  st.markdown(
73
  """
74
+ ---
75
  <div style='text-align: center; font-size:18px; color:gray;'>
76
  Click on sentences above to initiate various piece of the demo. <br>
77
+ Or click on the 'Start Tutorial' button below to go through them all sequentially. <br>
78
  </div>
79
  """,
80
  unsafe_allow_html=True