Spaces:
Running
Running
added 'work in progress' banner
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ demo = gr.Blocks()
|
|
| 98 |
|
| 99 |
with demo:
|
| 100 |
gr.Markdown("# arXiv Paper Q&A\nImport an arXiv paper and ask questions about it!")
|
| 101 |
-
|
| 102 |
gr.Markdown("## 📄 Import the paper on arXiv")
|
| 103 |
arxiv_url = gr.Textbox(
|
| 104 |
label="arXiv Paper URL", placeholder="Insert here the URL of a paper on arXiv"
|
|
|
|
| 98 |
|
| 99 |
with demo:
|
| 100 |
gr.Markdown("# arXiv Paper Q&A\nImport an arXiv paper and ask questions about it!")
|
| 101 |
+
gr.Markdown("⚠️ This Space is still Work in progress! ⚠️")
|
| 102 |
gr.Markdown("## 📄 Import the paper on arXiv")
|
| 103 |
arxiv_url = gr.Textbox(
|
| 104 |
label="arXiv Paper URL", placeholder="Insert here the URL of a paper on arXiv"
|