Keiraj commited on
Commit
0b5a9b5
·
verified ·
1 Parent(s): e2b2ce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,11 +46,11 @@ def main():
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")
55
  st.markdown("- Linked Lists")
56
  st.markdown("- Stacks")
 
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 Paradigms")
50
 
51
 
52
+ if st.button("What are the most popular NeetCode paradigms?"):
53
+ st.markdown("**Here are some of the most popular neet code paradigms:**")
54
  st.markdown("- Arrays")
55
  st.markdown("- Linked Lists")
56
  st.markdown("- Stacks")