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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -138,12 +138,12 @@ head = (
138
 
139
  ref = (
140
  "<center>"
141
- "To see its full version (ML style) of this bot, go to <a href='https://playground.airespucrs.org/aira)'>this link</a>."
142
  "</center>")
143
 
144
  # create a chat interface
145
- #chatbot = gr.Chatbot().style(color_map=("green", "pink")) # Não aceitou style deu erro: AttributeError: 'Chatbot' object has no attribute 'style'
146
- chatbot = gr.Chatbot()
147
 
148
  demo = gr.Interface(
149
  chat,
 
138
 
139
  ref = (
140
  "<center>"
141
+ "To see its full version (ML style) of this bot, go to <a href='https://playground.airespucrs.org/aira'>this link</a>."
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,