Karthikeyan commited on
Commit
3ce68fa
1 Parent(s): 9d5ab32

Update app.py

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