Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|