Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks(theme=theme, css=".gradio-container {background-color: #20e80e}")
|
|
55 |
clear = gr.ClearButton(
|
56 |
[msg, chatbot],
|
57 |
value="Clear Conversation",
|
58 |
-
variant="
|
59 |
)
|
60 |
|
61 |
# Response Function (unchanged)
|
|
|
55 |
clear = gr.ClearButton(
|
56 |
[msg, chatbot],
|
57 |
value="Clear Conversation",
|
58 |
+
variant="primary",
|
59 |
)
|
60 |
|
61 |
# Response Function (unchanged)
|