Karthikeyan commited on
Commit
5db52ee
1 Parent(s): 3ce68fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -236,7 +236,8 @@ class LangChain_Document_QA:
236
  with gr.Row():
237
  txt3 =gr.Textbox(
238
  show_label=False,
239
- placeholder="AI Healthcare Suggesstion").style(container=False, height=340)
 
240
  with gr.Row():
241
  button=gr.Button(value="🚀send")
242
 
 
236
  with gr.Row():
237
  txt3 =gr.Textbox(
238
  show_label=False,
239
+ placeholder="AI Healthcare Suggesstion",
240
+ elem_id="suggestheight").style(container=False)
241
  with gr.Row():
242
  button=gr.Button(value="🚀send")
243