Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks() as demo:
|
|
118 |
button = gr.Button("Load Leaderboard")
|
119 |
output = [gr.Textbox(label="Number of Papers Fetch"),
|
120 |
gr.HTML()]
|
121 |
-
button.click(fn=
|
122 |
|
123 |
# Launch the Gradio interface
|
124 |
demo.launch()
|
|
|
118 |
button = gr.Button("Load Leaderboard")
|
119 |
output = [gr.Textbox(label="Number of Papers Fetch"),
|
120 |
gr.HTML()]
|
121 |
+
button.click(fn=reload_gradio_greatest, inputs=None, outputs=output)
|
122 |
|
123 |
# Launch the Gradio interface
|
124 |
demo.launch()
|