Karthikeyan commited on
Commit
d42b83e
1 Parent(s): c93e012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -228,9 +228,9 @@ class LangChain_Document_QA:
228
  with gr.Row():
229
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
230
  with gr.Row():
231
- with gr.Column(scale=0.80):
232
- txt = gr.Textbox(show_label=False,placeholder="Patient").style(container=False, height=360)
233
- with gr.Column(scale=0.20):
234
  emptyBtn = gr.Button("🧹 Clear")
235
  with gr.Column(scale=0.30):
236
  with gr.Row():
 
228
  with gr.Row():
229
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
230
  with gr.Row():
231
+ with gr.Column(scale=0.90):
232
+ txt = gr.Textbox(show_label=False,placeholder="Patient").style(container=False)
233
+ with gr.Column(scale=0.10):
234
  emptyBtn = gr.Button("🧹 Clear")
235
  with gr.Column(scale=0.30):
236
  with gr.Row():