Spaces:
Runtime error
Runtime error
Fix
Browse files
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 |
|