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

Update app.py

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