Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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")
|