Spaces:
Build error
Build error
Sander Su commited on
Commit ·
a9acdf5
1
Parent(s): a24e037
demo app
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ abstract_sections = {
|
|
| 26 |
|
| 27 |
with left_column:
|
| 28 |
for section, content in abstract_sections.items():
|
| 29 |
-
with st.
|
| 30 |
st.write(content)
|
| 31 |
|
| 32 |
# Search functionality
|
|
|
|
| 26 |
|
| 27 |
with left_column:
|
| 28 |
for section, content in abstract_sections.items():
|
| 29 |
+
with st.expander(section):
|
| 30 |
st.write(content)
|
| 31 |
|
| 32 |
# Search functionality
|