Spaces:
Build error
Build error
remove clear
Browse files
app.py
CHANGED
|
@@ -64,7 +64,6 @@ def generate(msg, history):
|
|
| 64 |
with gr.Blocks() as blocks:
|
| 65 |
chatbot = gr.Chatbot()
|
| 66 |
msg = gr.Textbox()
|
| 67 |
-
clear = gr.Button("Clear")
|
| 68 |
responseA = gr.Textbox(label="Response A")
|
| 69 |
responseB = gr.Textbox(label="Response B")
|
| 70 |
rating_dummy = gr.Textbox(elem_id="rating-dummy", interactive=False, visible=False)
|
|
|
|
| 64 |
with gr.Blocks() as blocks:
|
| 65 |
chatbot = gr.Chatbot()
|
| 66 |
msg = gr.Textbox()
|
|
|
|
| 67 |
responseA = gr.Textbox(label="Response A")
|
| 68 |
responseB = gr.Textbox(label="Response B")
|
| 69 |
rating_dummy = gr.Textbox(elem_id="rating-dummy", interactive=False, visible=False)
|