EmilsK commited on
Commit
9ce74d0
1 Parent(s): 591cbb5

Fixed send and clear button labels

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Absenden", variant="secondary")
336
  submit_button = gr.Button(
337
- "Löschen", variant="primary", elem_id="submit-button"
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(