Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
c512852
1
Parent(s):
659df08
Update app.py
Browse files
app.py
CHANGED
@@ -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,
|
|
|
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,
|