lewtun HF staff commited on
Commit
d00bc9e
β€’
1 Parent(s): b23bddd
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -448,7 +448,6 @@ with st.form(key="form"):
448
  print("INFO -- Selected models after filter:", selected_models)
449
 
450
  hf_username = st.text_input("Enter your πŸ€— Hub username to be notified when the evaluation is finished")
451
- st.write(hf_username)
452
 
453
  submit_button = st.form_submit_button("Evaluate models πŸš€")
454
 
 
448
  print("INFO -- Selected models after filter:", selected_models)
449
 
450
  hf_username = st.text_input("Enter your πŸ€— Hub username to be notified when the evaluation is finished")
 
451
 
452
  submit_button = st.form_submit_button("Evaluate models πŸš€")
453