Zekun Wu
commited on
Commit
·
bcea1fa
1
Parent(s):
c253dbd
update
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ def sidebar_components():
|
|
336 |
if not st.session_state['show_chat']:
|
337 |
# Instructions for JSON format
|
338 |
st.markdown("### JSON File Requirements:")
|
339 |
-
st.markdown("1. Must contain
|
340 |
st.markdown("2. Both keys should have dictionary values.")
|
341 |
|
342 |
# File uploader
|
|
|
336 |
if not st.session_state['show_chat']:
|
337 |
# Instructions for JSON format
|
338 |
st.markdown("### JSON File Requirements:")
|
339 |
+
st.markdown("1. Must contain Team as top-level keys.")
|
340 |
st.markdown("2. Both keys should have dictionary values.")
|
341 |
|
342 |
# File uploader
|