Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ if sidebar_option == "Introductory Tutorial":
|
|
| 63 |
]
|
| 64 |
|
| 65 |
for title, desc in descriptions:
|
| 66 |
-
st.subheader(
|
| 67 |
st.write(desc)
|
| 68 |
st.write("---")
|
| 69 |
|
|
|
|
| 63 |
]
|
| 64 |
|
| 65 |
for title, desc in descriptions:
|
| 66 |
+
st.subheader(title) # Removed the ### here
|
| 67 |
st.write(desc)
|
| 68 |
st.write("---")
|
| 69 |
|