Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
659df08
1
Parent(s):
1d96e55
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ class LangChain_Document_QA:
|
|
226 |
with gr.Row():
|
227 |
with gr.Column(scale=0.70):
|
228 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
|
229 |
-
|
230 |
with gr.Column(scale=0.8):
|
231 |
txt = gr.Textbox(
|
232 |
show_label=False,
|
@@ -253,7 +253,7 @@ class LangChain_Document_QA:
|
|
253 |
show_label=False,
|
254 |
lines=4,
|
255 |
placeholder="Summary").style(container=False)
|
256 |
-
|
257 |
txt5 =gr.Textbox(
|
258 |
show_label=False,
|
259 |
lines=4,
|
|
|
226 |
with gr.Row():
|
227 |
with gr.Column(scale=0.70):
|
228 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
|
229 |
+
with gr.Row():
|
230 |
with gr.Column(scale=0.8):
|
231 |
txt = gr.Textbox(
|
232 |
show_label=False,
|
|
|
253 |
show_label=False,
|
254 |
lines=4,
|
255 |
placeholder="Summary").style(container=False)
|
256 |
+
with gr.Column(scale=0.50):
|
257 |
txt5 =gr.Textbox(
|
258 |
show_label=False,
|
259 |
lines=4,
|