Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
50 |
|
51 |
|
52 |
-
if st.button("What are the most popular
|
53 |
-
st.markdown("**Here are some of the most popular
|
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")
|