taesiri commited on
Commit
f8116c4
1 Parent(s): c0e9296
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -182,6 +182,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
182
  "Dive into the world of academic papers with our dynamic app, powered by the cutting-edge `claude-v1.3-100k` model. This app allows you to ask detailed questions about any ArXiv paper and receive direct answers from the paper's content. Utilizing a context length of 100k tokens, it provides an efficient and comprehensive exploration of complex research studies, making knowledge acquisition simpler and more interactive. (This text is generated by GPT-4 )"
183
  )
184
 
 
 
 
 
 
 
 
 
185
  with gr.Column():
186
  with gr.Row():
187
  paper_id_input = gr.Textbox(label="Enter Paper ID", value="2108.07258")
 
182
  "Dive into the world of academic papers with our dynamic app, powered by the cutting-edge `claude-v1.3-100k` model. This app allows you to ask detailed questions about any ArXiv paper and receive direct answers from the paper's content. Utilizing a context length of 100k tokens, it provides an efficient and comprehensive exploration of complex research studies, making knowledge acquisition simpler and more interactive. (This text is generated by GPT-4 )"
183
  )
184
 
185
+ gr.HTML(
186
+ """<center>All the inputs are being sent to Anthropic's Claude endpoints. Please refer to <a href="https://www.anthropic.com/responsible-disclosure-policy">this link</a> for privacy policy.</center>"""
187
+ )
188
+
189
+ gr.HTML(
190
+ """<center><a href="https://huggingface.co/spaces/taesiri/ClaudeReadsArxiv?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your Anthropic API Key </center>"""
191
+ )
192
+
193
  with gr.Column():
194
  with gr.Row():
195
  paper_id_input = gr.Textbox(label="Enter Paper ID", value="2108.07258")