Spaces:
Runtime error
Runtime error
Commit
·
9fa99a2
1
Parent(s):
d369654
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks(css=css) as demo:
|
|
37 |
with gr.Row(scale=1).style(equal_height=True):
|
38 |
with gr.Column(scale=5):
|
39 |
with gr.Column():
|
40 |
-
chatbot = gr.Chatbot().style(
|
41 |
user_input = gr.Textbox(show_label=False, placeholder="Enter text and press submit", visible=True).style(container=False)
|
42 |
submitBtn = gr.Button("Submit", variant="primary").style(container=False)
|
43 |
emptyBtn = gr.Button("Restart Conversation")
|
|
|
37 |
with gr.Row(scale=1).style(equal_height=True):
|
38 |
with gr.Column(scale=5):
|
39 |
with gr.Column():
|
40 |
+
chatbot = gr.Chatbot().style(colormap=("blue", "green"))
|
41 |
user_input = gr.Textbox(show_label=False, placeholder="Enter text and press submit", visible=True).style(container=False)
|
42 |
submitBtn = gr.Button("Submit", variant="primary").style(container=False)
|
43 |
emptyBtn = gr.Button("Restart Conversation")
|