awacke1 commited on
Commit
02eff1c
·
verified ·
1 Parent(s): c1d7b8e

Update app.py

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