Spaces:
Sleeping
Sleeping
karthikeyan-r
commited on
Commit
•
779e1e4
1
Parent(s):
5373ca2
Update app.py
Browse files
app.py
CHANGED
@@ -288,9 +288,9 @@ class ChatDocumentQA:
|
|
288 |
variant="primary"
|
289 |
)
|
290 |
|
291 |
-
with gr.Row():
|
292 |
-
|
293 |
-
|
294 |
|
295 |
# Submit button for URL input
|
296 |
input_url.submit(self._get_urls_knowledge_base, inputs=input_url, outputs=[file_output, state])
|
|
|
288 |
variant="primary"
|
289 |
)
|
290 |
|
291 |
+
# with gr.Row():
|
292 |
+
# with gr.Column(scale=1):
|
293 |
+
# input_url = gr.Textbox(label="URLs")
|
294 |
|
295 |
# Submit button for URL input
|
296 |
input_url.submit(self._get_urls_knowledge_base, inputs=input_url, outputs=[file_output, state])
|