Update app.py
Browse files
app.py
CHANGED
@@ -154,6 +154,7 @@ with block:
|
|
154 |
<p>Powered by <a href='https://openai.com/'>OpenAI</a>, <a href='https://arxiv.org/'>arXiv</a> and <a href='https://github.com/hwchase17/langchain'>LangChain π¦οΈπ</a></p>
|
155 |
<p>ArxivGPT is a chatbot that answers questions about research papers. It uses a pretrained GPT-4 model to generate answers.</p>
|
156 |
<p>If you don't get a response for GPT-4, it is likely that you don't have API access, try 3.5</p>
|
|
|
157 |
</div>
|
158 |
<style>
|
159 |
p {
|
|
|
154 |
<p>Powered by <a href='https://openai.com/'>OpenAI</a>, <a href='https://arxiv.org/'>arXiv</a> and <a href='https://github.com/hwchase17/langchain'>LangChain π¦οΈπ</a></p>
|
155 |
<p>ArxivGPT is a chatbot that answers questions about research papers. It uses a pretrained GPT-4 model to generate answers.</p>
|
156 |
<p>If you don't get a response for GPT-4, it is likely that you don't have API access, try 3.5</p>
|
157 |
+
<p>It can take upto a minute for you to start a conversation for every new paper. Please be patient.</p>
|
158 |
</div>
|
159 |
<style>
|
160 |
p {
|