Spaces:
Running
Running
broadfield
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks() as ux:
|
|
220 |
with gr.Row():
|
221 |
submit_b = gr.Button()
|
222 |
stop_b = gr.Button("Stop")
|
223 |
-
clear = gr.ClearButton([chatbot,prompt])
|
224 |
with gr.Row(visible=False):
|
225 |
stt=gr.Textbox()
|
226 |
with gr.Column():
|
|
|
220 |
with gr.Row():
|
221 |
submit_b = gr.Button()
|
222 |
stop_b = gr.Button("Stop")
|
223 |
+
#clear = gr.ClearButton([chatbot,prompt])
|
224 |
with gr.Row(visible=False):
|
225 |
stt=gr.Textbox()
|
226 |
with gr.Column():
|