NidhiS09 commited on
Commit
8e123db
·
verified ·
1 Parent(s): 67d4402

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -640,7 +640,7 @@ def main():
640
 
641
  choice = st.sidebar.radio("Navigation", menu)
642
  st.sidebar.markdown("---")
643
- st.sidebar.caption("Submissions are queued to a private DB repo and evaluated automatically.")
644
 
645
  render_overview()
646
  render_eval_details()
 
640
 
641
  choice = st.sidebar.radio("Navigation", menu)
642
  st.sidebar.markdown("---")
643
+ st.sidebar.caption("Submissions are queued and evaluated automatically. Please wait for the Leaderboard to show your results.")
644
 
645
  render_overview()
646
  render_eval_details()