Spaces:
Runtime error
Runtime error
update button label
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css="""#col_container {margin-left: auto; margin-right: auto;}
|
|
61 |
with gr.Column(scale=1):
|
62 |
b1 = gr.Button('🏃Run', elem_id = 'run').style(full_width=True)
|
63 |
with gr.Column(scale=1):
|
64 |
-
b2 = gr.Button('🔄Clear
|
65 |
state_glm = gr.State([])
|
66 |
|
67 |
with gr.Box():
|
|
|
61 |
with gr.Column(scale=1):
|
62 |
b1 = gr.Button('🏃Run', elem_id = 'run').style(full_width=True)
|
63 |
with gr.Column(scale=1):
|
64 |
+
b2 = gr.Button('🔄Clear the Chatbot!', elem_id = 'clear').style(full_width=True)
|
65 |
state_glm = gr.State([])
|
66 |
|
67 |
with gr.Box():
|