Karthikeyan commited on
Commit
659df08
1 Parent(s): 1d96e55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- with gr.Row():
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
- with gr.Column(scale=0.50):
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,