Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ def download_all_papers(progress=gr.Progress()):
|
|
229 |
# π Gradio Interface: Where the Magic Happens π
|
230 |
|
231 |
with gr.Blocks() as demo:
|
232 |
-
gr.Markdown("<h1><center
|
233 |
|
234 |
with gr.Tab("Top Trending Papers"):
|
235 |
top_count = gr.Textbox(label="Number of Papers Fetched")
|
|
|
229 |
# π Gradio Interface: Where the Magic Happens π
|
230 |
|
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")
|