not-lain commited on
Commit
a971a6e
β€’
1 Parent(s): 839a502

🌘wπŸŒ–

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="upsatwal/mlsc_tiet",
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()