Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -277,4 +277,8 @@ with gr.Blocks() as demo:
|
|
277 |
download_button.click(fn=download_all_papers, inputs=None, outputs=[download_output, download_links, text_output])
|
278 |
|
279 |
# Load initial data for all tabs
|
280 |
-
demo.load(fn=load_all_data, outputs=[
|
|
|
|
|
|
|
|
|
|
277 |
download_button.click(fn=download_all_papers, inputs=None, outputs=[download_output, download_links, text_output])
|
278 |
|
279 |
# Load initial data for all tabs
|
280 |
+
demo.load(fn=load_all_data, outputs=[top_count, top_html, new_count, new_html, greatest_count, greatest_html])
|
281 |
+
|
282 |
+
# π Launch the Gradio interface with a public link
|
283 |
+
print("π Launching the Papers Leaderboard! Get ready for a wild ride through the land of academia! π’π")
|
284 |
+
demo.launch(share=True)
|