Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|