Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ demo = gr.Blocks(css=css)
|
|
216 |
|
217 |
with demo:
|
218 |
with gr.Column(elem_classes=["container"]):
|
219 |
-
gr.Markdown("# Daily Papers", elem_classes=["title"])
|
220 |
with gr.Row(elem_classes=["footer"]): # Move buttons above the paper list
|
221 |
prev_button = gr.Button("← Prev")
|
222 |
page_info = gr.Markdown()
|
|
|
216 |
|
217 |
with demo:
|
218 |
with gr.Column(elem_classes=["container"]):
|
219 |
+
gr.Markdown("# Daily Papers - Hacker News Style", elem_classes=["title"])
|
220 |
with gr.Row(elem_classes=["footer"]): # Move buttons above the paper list
|
221 |
prev_button = gr.Button("← Prev")
|
222 |
page_info = gr.Markdown()
|