Keiraj commited on
Commit
19e3403
·
verified ·
1 Parent(s): 2c6acc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -45,8 +45,10 @@ def main():
45
  unsafe_allow_html=True
46
  )
47
 
 
48
  st.title("Popular Data Structures")
49
 
 
50
  if st.button("What are the most popular data structures?"):
51
  st.markdown("**Here are some of the most popular data structures:**")
52
  st.markdown("- Arrays")
 
45
  unsafe_allow_html=True
46
  )
47
 
48
+ st.markdown('<div class="main-container" style="font-family:Comic Sans MS, cursive, sans-serif;">', unsafe_allow_html=True)
49
  st.title("Popular Data Structures")
50
 
51
+
52
  if st.button("What are the most popular data structures?"):
53
  st.markdown("**Here are some of the most popular data structures:**")
54
  st.markdown("- Arrays")