Update app.py
Browse files
app.py
CHANGED
@@ -83,9 +83,10 @@ def update_leaderboard(email, team_input, run_id, description, lenient_f1, stric
|
|
83 |
return update_table(), gr.Tabs(selected=0), gr.Button(visible=True), gr.Button(visible=False), "", "", "", "", None, None, None, None # Clear inputs
|
84 |
|
85 |
# Main
|
86 |
-
print(os.getcwd())
|
87 |
|
88 |
with gr.Blocks() as leaderboard:
|
|
|
|
|
89 |
gr.Markdown(
|
90 |
"""
|
91 |
# Dipromats 2024 Task 2 Leaderboard
|
|
|
83 |
return update_table(), gr.Tabs(selected=0), gr.Button(visible=True), gr.Button(visible=False), "", "", "", "", None, None, None, None # Clear inputs
|
84 |
|
85 |
# Main
|
|
|
86 |
|
87 |
with gr.Blocks() as leaderboard:
|
88 |
+
|
89 |
+
gr.Textbox(label= "path", value = os.getcwd())
|
90 |
gr.Markdown(
|
91 |
"""
|
92 |
# Dipromats 2024 Task 2 Leaderboard
|