Spaces:
Running
on
Zero
Running
on
Zero
πwπ
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def chat(message, history):
|
|
| 55 |
|
| 56 |
demo = gr.ChatInterface(fn=chat,
|
| 57 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
|
| 58 |
-
theme="
|
| 59 |
examples=[["Write me a poem about Machine Learning."]],
|
| 60 |
title="Text Streaming")
|
| 61 |
demo.launch()
|
|
|
|
| 55 |
|
| 56 |
demo = gr.ChatInterface(fn=chat,
|
| 57 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
|
| 58 |
+
theme="soft",
|
| 59 |
examples=[["Write me a poem about Machine Learning."]],
|
| 60 |
title="Text Streaming")
|
| 61 |
demo.launch()
|