Spaces:
Runtime error
Runtime error
mariagrandury
commited on
Commit
·
112de32
1
Parent(s):
68aad16
fix details
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ def demo():
|
|
208 |
|
209 |
gr.Markdown(
|
210 |
"""
|
211 |
-
<center><h1>Chat with your PDF
|
212 |
<center><h3>Ask any questions about your PDF documents</h3><center>
|
213 |
"""
|
214 |
)
|
@@ -317,7 +317,7 @@ def demo():
|
|
317 |
)
|
318 |
with gr.Row():
|
319 |
llm_progress = gr.Textbox(
|
320 |
-
|
321 |
)
|
322 |
|
323 |
with gr.Tab("Chatbot"):
|
|
|
208 |
|
209 |
gr.Markdown(
|
210 |
"""
|
211 |
+
<center><h1>Chat with your PDF</center></h1>
|
212 |
<center><h3>Ask any questions about your PDF documents</h3><center>
|
213 |
"""
|
214 |
)
|
|
|
317 |
)
|
318 |
with gr.Row():
|
319 |
llm_progress = gr.Textbox(
|
320 |
+
label="QA chain initialization", value="0% Configure the QA chain"
|
321 |
)
|
322 |
|
323 |
with gr.Tab("Chatbot"):
|