Tom Aarsen commited on
Commit
37c51f7
β€’
1 Parent(s): 13ad915

Rename "Submit" to "Filter"

Browse files
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