Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
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="upsatwal/mlsc_tiet",
|
59 |
examples=[["Write me a poem about Machine Learning."]],
|
60 |
title="Text Streaming")
|
61 |
demo.launch()
|