vishwask commited on
Commit
6279d45
·
verified ·
1 Parent(s): 30f9af0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ def demo():
279
  type="value", info="Choose your language",interactive = True)
280
  lang_btn.change(intitalize_lang, inputs = lang_btn)
281
 
282
- chatbot = gr.Chatbot(height=400)
283
  chatbot.change(preprocess = english_to_indian, postprocess = indian_to_english)
284
 
285
  with gr.Row():
 
279
  type="value", info="Choose your language",interactive = True)
280
  lang_btn.change(intitalize_lang, inputs = lang_btn)
281
 
282
+ chatbot = gr.Chatbot(height=400, bubble_full_width = False, layout = 'panel')
283
  chatbot.change(preprocess = english_to_indian, postprocess = indian_to_english)
284
 
285
  with gr.Row():