Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def update_leaderboard(email, team_input, run_id, description, lenient_f1, stric
|
|
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(
|
|
|
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(
|