ArunAIML commited on
Commit
95c1831
·
1 Parent(s): 7af20a6

theme change to soft

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()