Update app.py
Browse files
app.py
CHANGED
@@ -85,10 +85,6 @@ def update_leaderboard(email, team_input, run_id, description, lenient_f1, stric
|
|
85 |
# Main
|
86 |
|
87 |
with gr.Blocks() as leaderboard:
|
88 |
-
|
89 |
-
gr.Textbox(label= "path", value = os.getcwd())
|
90 |
-
for file in os.listdir('.'):
|
91 |
-
gr.Textbox(label= "content", value = file)
|
92 |
|
93 |
gr.Markdown(
|
94 |
"""
|
|
|
85 |
# Main
|
86 |
|
87 |
with gr.Blocks() as leaderboard:
|
|
|
|
|
|
|
|
|
88 |
|
89 |
gr.Markdown(
|
90 |
"""
|