harpreetsahota commited on
Commit
ea60806
·
verified ·
1 Parent(s): bf96c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -142,6 +142,7 @@ with gr.Blocks() as demo:
142
  )
143
  chatbot = gr.ChatInterface(
144
  fn=respond,
 
145
  additional_inputs=[
146
  model_dropdown,
147
  prompt_strategy_dropdown,
 
142
  )
143
  chatbot = gr.ChatInterface(
144
  fn=respond,
145
+ layout="bubble",
146
  additional_inputs=[
147
  model_dropdown,
148
  prompt_strategy_dropdown,