awacke1 commited on
Commit
5d9aaea
Β·
verified Β·
1 Parent(s): 6963a95

Update app.py

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