dieineb commited on
Commit
fd4a7df
1 Parent(s): 0709795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -142,8 +142,7 @@ ref = (
142
  "</center>")
143
 
144
  # create a chat interface
145
- chatbot = gr.Chatbot().style(color_map=("green", "pink"))
146
- #chatbot = gr.Chatbot()
147
 
148
  demo = gr.Interface(
149
  chat,
 
142
  "</center>")
143
 
144
  # create a chat interface
145
+ chatbot = gr.Chatbot()
 
146
 
147
  demo = gr.Interface(
148
  chat,