Spaces:
Sleeping
Sleeping
armandstrickernlp
commited on
Commit
·
cd30edd
1
Parent(s):
2a943a9
create chatbot
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def chat_test(message, history):
|
|
50 |
|
51 |
import gradio as gr
|
52 |
|
53 |
-
chatbot = gr.Chatbot(color_map=("
|
54 |
|
55 |
iface = gr.Interface(chat_test,
|
56 |
["text", "state"],
|
|
|
50 |
|
51 |
import gradio as gr
|
52 |
|
53 |
+
chatbot = gr.Chatbot(color_map=("green", "gray"))
|
54 |
|
55 |
iface = gr.Interface(chat_test,
|
56 |
["text", "state"],
|