Zekun Wu commited on
Commit
bcea1fa
·
1 Parent(s): c253dbd
Files changed (1) hide show
  1. app.py +1 -1
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 'bio_information', 'main_profile', and 'red_flag' as top-level keys.")
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