Spaces:
Runtime error
Runtime error
Commit
·
efce02d
1
Parent(s):
e24a71d
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
29 |
chatbot = gr.Chatbot()
|
30 |
msg = gr.Textbox()
|
31 |
btn = gr.Button("Submit",variant="primary")
|
32 |
-
clear = gr.
|
33 |
|
34 |
|
35 |
def user(user_message, history):
|
|
|
29 |
chatbot = gr.Chatbot()
|
30 |
msg = gr.Textbox()
|
31 |
btn = gr.Button("Submit",variant="primary")
|
32 |
+
clear = gr.Button("Clear")
|
33 |
|
34 |
|
35 |
def user(user_message, history):
|