IlyasMoutawwakil HF staff commited on
Commit
b486bbc
β€’
1 Parent(s): 13ad915

Rename "Submit" to "Filter" (#4)

Browse files

- Rename "Submit" to "Filter" (37c51f7ac433cf48f1d60773b1aea9b67be876de)

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