Spaces:
Runtime error
Runtime error
Fixed send and clear button labels
#1
by
EmilsK
- opened
app.py
CHANGED
@@ -332,9 +332,9 @@ with gr.Blocks(css=CSS) as demo:
|
|
332 |
)
|
333 |
|
334 |
with gr.Row():
|
335 |
-
clear_button = gr.Button("
|
336 |
submit_button = gr.Button(
|
337 |
-
"
|
338 |
)
|
339 |
with gr.Column():
|
340 |
output_text = gr.Textbox(
|
|
|
332 |
)
|
333 |
|
334 |
with gr.Row():
|
335 |
+
clear_button = gr.Button("Löschen", variant="secondary")
|
336 |
submit_button = gr.Button(
|
337 |
+
"Absenden", variant="primary", elem_id="submit-button"
|
338 |
)
|
339 |
with gr.Column():
|
340 |
output_text = gr.Textbox(
|