karrrr123456 commited on
Commit
60f42a1
·
verified ·
1 Parent(s): 869a289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -63,7 +63,6 @@ with gr.Blocks(css="""
63
  chatbot = gr.ChatInterface(
64
  respond,
65
  additional_inputs=[system_message, max_tokens, temperature, top_p],
66
- bubble_colors=("#007AFF", "#444444"),
67
  show_copy_button=True,
68
  )
69
 
 
63
  chatbot = gr.ChatInterface(
64
  respond,
65
  additional_inputs=[system_message, max_tokens, temperature, top_p],
 
66
  show_copy_button=True,
67
  )
68