Spaces:
Sleeping
Sleeping
theme change to soft
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ def chat(prompt, history):
|
|
19 |
output += chunk
|
20 |
yield output
|
21 |
|
22 |
-
demo = gr.ChatInterface(chat, title="ArunGPT", description="Hello this is chatbot is created for only educational purpose and is powered by mistral 8x 7b model").queue()
|
23 |
|
24 |
demo.launch()
|
|
|
19 |
output += chunk
|
20 |
yield output
|
21 |
|
22 |
+
demo = gr.ChatInterface(chat, title="ArunGPT",theme = gr.themes.Soft(), description="Hello this is chatbot is created for only educational purpose and is powered by mistral 8x 7b model").queue()
|
23 |
|
24 |
demo.launch()
|