Update app.py
Browse files
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():
|