Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -286,10 +286,6 @@ def demo():
|
|
286 |
|
287 |
gr.Markdown(
|
288 |
"""<center><h2>PDF-based Legal chatbot!</center></h2>
|
289 |
-
<h3>Ask any questions about your PDF documents, along with follow-ups</h3>
|
290 |
-
<b>Note:</b> This AI assistant performs retrieval-augmented generation from your PDF documents. \
|
291 |
-
When generating answers, it takes past questions into account (via conversational memory), and includes document references for clarity purposes.</i>
|
292 |
-
<br><b>Warning:</b> Some steps and LLM models used below can take some time to generate an output.<br>
|
293 |
""")
|
294 |
with gr.Tab("Step 1 - Document pre-processing"):
|
295 |
with gr.Row():
|
|
|
286 |
|
287 |
gr.Markdown(
|
288 |
"""<center><h2>PDF-based Legal chatbot!</center></h2>
|
|
|
|
|
|
|
|
|
289 |
""")
|
290 |
with gr.Tab("Step 1 - Document pre-processing"):
|
291 |
with gr.Row():
|