ChaoticEconomist commited on
Commit
7c38bfe
·
verified ·
1 Parent(s): 8899c7c

Update app.py

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