Karthikeyan commited on
Commit
1d96e55
1 Parent(s): 5b4f4a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ class LangChain_Document_QA:
230
  with gr.Column(scale=0.8):
231
  txt = gr.Textbox(
232
  show_label=False,
233
- placeholder="Patient").style(container=False)
234
 
235
  with gr.Column(scale=0.2):
236
  emptyBtn = gr.Button("🧹 Clear")
 
230
  with gr.Column(scale=0.8):
231
  txt = gr.Textbox(
232
  show_label=False,
233
+ placeholder="Patient").style(container=False, height=360)
234
 
235
  with gr.Column(scale=0.2):
236
  emptyBtn = gr.Button("🧹 Clear")