Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -288,10 +288,8 @@ def demo():
|
|
288 |
"""<center><h2>PDF-based chatbot</center></h2>
|
289 |
<h3>Ask any questions about your PDF documents</h3>""")
|
290 |
gr.Markdown(
|
291 |
-
"""<b>Note:</b>
|
292 |
-
|
293 |
-
This chatbot takes past questions into account when generating answers (via conversational memory), and includes document references for clarity purposes.<br>
|
294 |
-
<br><b>Warning:</b> This space uses the free CPU Basic hardware from Hugging Face. Some steps and LLM models used below (free inference endpoints) can take some time to generate a reply.
|
295 |
""")
|
296 |
|
297 |
with gr.Tab("Step 1 - Upload PDF"):
|
|
|
288 |
"""<center><h2>PDF-based chatbot</center></h2>
|
289 |
<h3>Ask any questions about your PDF documents</h3>""")
|
290 |
gr.Markdown(
|
291 |
+
"""<b>Note:</b> Esta 茅 a lucIAna, primeira Vers茫o da IA para seus PDF documentos. \
|
292 |
+
Este chatbot leva em considera莽茫o perguntas anteriores ao gerar respostas (por meio de mem贸ria conversacional) e inclui refer锚ncias a documentos para fins de clareza.
|
|
|
|
|
293 |
""")
|
294 |
|
295 |
with gr.Tab("Step 1 - Upload PDF"):
|