Rename "Submit" to "Filter"

#4
by tomaarsen HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with demo:
176
 
177
  with gr.Row():
178
  submit_button = gr.Button(
179
- value="Submit πŸš€",
180
  elem_id="submit-button",
181
  )
182
 
 
176
 
177
  with gr.Row():
178
  submit_button = gr.Button(
179
+ value="Filter πŸš€",
180
  elem_id="submit-button",
181
  )
182