Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 142 |
"</center>")
|
| 143 |
|
| 144 |
# create a chat interface
|
| 145 |
-
|
| 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,
|