Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def analyze_paper(url):
|
|
| 91 |
# -----------------------------
|
| 92 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="cyan"), title="arXivForMe Ultra") as demo:
|
| 93 |
gr.Markdown("# 🔬 arXivForMe")
|
| 94 |
-
gr.Markdown("### Research Deconstruction Application
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
url_input = gr.Textbox(label="arXiv URL", placeholder="https://arxiv.org/abs/2401.12345", scale=4)
|
|
|
|
| 91 |
# -----------------------------
|
| 92 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="cyan"), title="arXivForMe Ultra") as demo:
|
| 93 |
gr.Markdown("# 🔬 arXivForMe")
|
| 94 |
+
gr.Markdown("### A Research Deconstruction Application")
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
url_input = gr.Textbox(label="arXiv URL", placeholder="https://arxiv.org/abs/2401.12345", scale=4)
|