Anne31415 commited on
Commit
807eb50
1 Parent(s): 8e350f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from langchain.callbacks import get_openai_callback
16
  import os
17
 
18
  #st.set_page_config(layout="wide")
19
- st.set_option('theme', 'light')
20
 
21
  # Set the page config to make the sidebar start in the collapsed state
22
  st.set_page_config(initial_sidebar_state="collapsed")
 
16
  import os
17
 
18
  #st.set_page_config(layout="wide")
19
+
20
 
21
  # Set the page config to make the sidebar start in the collapsed state
22
  st.set_page_config(initial_sidebar_state="collapsed")