EdoAbati commited on
Commit
91d9f42
1 Parent(s): 7980e1c

added 'work in progress' banner

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