Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ def download_all_papers(progress=gr.Progress()):
|
|
231 |
with gr.Blocks() as demo:
|
232 |
gr.Markdown("<h1><center>📖⚙️PaperPulse📝🌍 - Your 📚AI🔍Research🔥Accelerator🚀</center></h1>")
|
233 |
|
234 |
-
with gr.Tab("Top
|
235 |
top_count = gr.Textbox(label="Number of Papers Fetched")
|
236 |
top_html = gr.HTML()
|
237 |
top_button = gr.Button("Refresh Leaderboard")
|
|
|
231 |
with gr.Blocks() as demo:
|
232 |
gr.Markdown("<h1><center>📖⚙️PaperPulse📝🌍 - Your 📚AI🔍Research🔥Accelerator🚀</center></h1>")
|
233 |
|
234 |
+
with gr.Tab("🧙♂️Top🕵️♂️Trending📖Papers"):
|
235 |
top_count = gr.Textbox(label="Number of Papers Fetched")
|
236 |
top_html = gr.HTML()
|
237 |
top_button = gr.Button("Refresh Leaderboard")
|