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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks() as demo:
237
  top_button = gr.Button("Refresh Leaderboard")
238
  top_button.click(fn=lambda: update_display("top"), inputs=None, outputs=[top_count, top_html])
239
 
240
- with gr.Tab("New Papers"):
241
  new_count = gr.Textbox(label="Number of Papers Fetched")
242
  new_html = gr.HTML()
243
  new_button = gr.Button("Refresh Leaderboard")
 
237
  top_button = gr.Button("Refresh Leaderboard")
238
  top_button.click(fn=lambda: update_display("top"), inputs=None, outputs=[top_count, top_html])
239
 
240
+ with gr.Tab("🤴New📖PapersWithCode🤖"):
241
  new_count = gr.Textbox(label="Number of Papers Fetched")
242
  new_html = gr.HTML()
243
  new_button = gr.Button("Refresh Leaderboard")