KarthickAdopleAI commited on
Commit
7d46259
1 Parent(s): bed81f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ class LangChain_Document_QA:
227
  with gr.Row():
228
  gr.HTML("""<center><h1>AI Mental Healthcare ChatBot</h1></center>""")
229
  with gr.Row():
230
- with gr.Column(scale=0.70):
231
  with gr.Row():
232
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
233
  with gr.Row():
 
227
  with gr.Row():
228
  gr.HTML("""<center><h1>AI Mental Healthcare ChatBot</h1></center>""")
229
  with gr.Row():
230
+ with gr.Column(scale=1):
231
  with gr.Row():
232
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
233
  with gr.Row():