Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
150e933
1
Parent(s):
052fc41
Update app.py
Browse files
app.py
CHANGED
@@ -280,6 +280,7 @@ class ChatDocumentQA:
|
|
280 |
file_types=[".txt", ".pdf", ".doc", ".docx",".csv"],
|
281 |
file_count="multiple", variant="primary"
|
282 |
)
|
|
|
283 |
with gr.Row():
|
284 |
with gr.Column(scale=1):
|
285 |
input_url = gr.Textbox(label="urls")
|
|
|
280 |
file_types=[".txt", ".pdf", ".doc", ".docx",".csv"],
|
281 |
file_count="multiple", variant="primary"
|
282 |
)
|
283 |
+
|
284 |
with gr.Row():
|
285 |
with gr.Column(scale=1):
|
286 |
input_url = gr.Textbox(label="urls")
|