anselp commited on
Commit
6f33d5e
·
verified ·
1 Parent(s): cd468b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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