awacke1 commited on
Commit
898f7d8
·
verified ·
1 Parent(s): 0b78fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks() as demo:
243
  new_button = gr.Button("Refresh Leaderboard")
244
  new_button.click(fn=lambda: update_display("latest"), inputs=None, outputs=[new_count, new_html])
245
 
246
- with gr.Tab("Greatest Papers"):
247
  greatest_count = gr.Textbox(label="Number of Papers Fetched")
248
  greatest_html = gr.HTML()
249
  greatest_button = gr.Button("Refresh Leaderboard")
 
243
  new_button = gr.Button("Refresh Leaderboard")
244
  new_button.click(fn=lambda: update_display("latest"), inputs=None, outputs=[new_count, new_html])
245
 
246
+ with gr.Tab("✨Github🐙Superstars💫"):
247
  greatest_count = gr.Textbox(label="Number of Papers Fetched")
248
  greatest_html = gr.HTML()
249
  greatest_button = gr.Button("Refresh Leaderboard")