doctorvivin commited on
Commit
d49fd2b
·
1 Parent(s): 83dc5a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -44,9 +44,10 @@ mychatbot = gr.Chatbot(
44
 
45
  demo = gr.ChatInterface(fn=generate,
46
  chatbot=mychatbot,
47
- title="Tomoniai's Mixtral 8x7b Chat",
48
  retry_btn=None,
49
- undo_btn=None
 
50
  )
51
 
52
  demo.queue().launch(show_api=False)
 
44
 
45
  demo = gr.ChatInterface(fn=generate,
46
  chatbot=mychatbot,
47
+ title="SF's AI Chat",
48
  retry_btn=None,
49
+ undo_btn=None,
50
+ css="body { background-color: #red; }"
51
  )
52
 
53
  demo.queue().launch(show_api=False)