patrickvonplaten commited on
Commit
a1bb07d
1 Parent(s): e0191f6
Files changed (2) hide show
  1. __pycache__/app.cpython-310.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-310.pyc CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
 
app.py CHANGED
@@ -138,6 +138,6 @@ with gr.Blocks() as demo:
138
 
139
  with gr.Row():
140
  refresh_button = gr.Button("Refresh")
141
- refresh_button.click(refresh, inputs=[], outputs=[main_dataframe, cat_dataframe, challenge_df])
142
 
143
  demo.launch()
 
138
 
139
  with gr.Row():
140
  refresh_button = gr.Button("Refresh")
141
+ refresh_button.click(refresh, inputs=[], outputs=[main_dataframe, cat_dataframe, chal_dataframe])
142
 
143
  demo.launch()