Spaces:
Sleeping
Sleeping
Commit
·
459cf0f
1
Parent(s):
d5e03be
Changing theme
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ def infer(message, history):
|
|
39 |
|
40 |
gr.ChatInterface(infer, chatbot=gr.Chatbot(height=300),
|
41 |
textbox=gr.Textbox(placeholder="How can I help you today", container=False,
|
42 |
-
scale=7), title="Phi-3 Assistant").launch()
|
|
|
39 |
|
40 |
gr.ChatInterface(infer, chatbot=gr.Chatbot(height=300),
|
41 |
textbox=gr.Textbox(placeholder="How can I help you today", container=False,
|
42 |
+
scale=7), theme="soft", title="Phi-3 Assistant").launch()
|