Spaces:
Runtime error
Runtime error
Zekun Wu
commited on
Commit
•
d12a771
1
Parent(s):
fb1b6a0
update
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ def sidebar_components():
|
|
280 |
st.markdown("2. Both keys should have dictionary values.")
|
281 |
|
282 |
st.markdown("### Choose the Definition:")
|
283 |
-
st.session_state['definition'] = st.selectbox("Select Definition", [1, 2,3])
|
284 |
st.session_state['chat_context'] = st.selectbox("Select Chat Context", ["analysis", "profile"])
|
285 |
|
286 |
# File uploader
|
|
|
280 |
st.markdown("2. Both keys should have dictionary values.")
|
281 |
|
282 |
st.markdown("### Choose the Definition:")
|
283 |
+
st.session_state['definition'] = st.selectbox("Select Definition", [1, 2, 3])
|
284 |
st.session_state['chat_context'] = st.selectbox("Select Chat Context", ["analysis", "profile"])
|
285 |
|
286 |
# File uploader
|