Sander Su commited on
Commit
a9acdf5
·
1 Parent(s): a24e037
Files changed (1) hide show
  1. app.py +1 -1
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.beta_expander(section):
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