mehradans92 commited on
Commit
8df5b50
·
1 Parent(s): c241e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ st.image(image, width=1000)
21
 
22
  #title
23
  st.title("Answering questions from scientifc papers")
24
- st.markdown("##### This tool will allow you to ask questions based on scientific papers.It uses OpenAI's GPT models, and you must have your own API key. Each query is about 10k tokens, which costs about $0.20.")
25
  st.markdown("##### Current version searches on ArXiv papers only. 🚧Under development🚧")
26
  st.markdown("Used Libraries:\n * [PaperQA](https://github.com/whitead/paper-qa) \n* [langchain](https://github.com/hwchase17/langchain)")
27
 
 
21
 
22
  #title
23
  st.title("Answering questions from scientifc papers")
24
+ st.markdown("##### This tool will allow you to ask questions based on scientific papers. It uses OpenAI's GPT models, and you must have your own API key. Each query is about 10k tokens, which costs about $0.20.")
25
  st.markdown("##### Current version searches on ArXiv papers only. 🚧Under development🚧")
26
  st.markdown("Used Libraries:\n * [PaperQA](https://github.com/whitead/paper-qa) \n* [langchain](https://github.com/hwchase17/langchain)")
27