sheonhan commited on
Commit
92ae76d
1 Parent(s): 48c5442

Add search emoji

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -395,7 +395,7 @@ with demo:
395
 
396
  with gr.Box(elem_id="search-bar-table-box"):
397
  search_bar = gr.Textbox(
398
- placeholder="Search your model and press ENTER...",
399
  show_label=False,
400
  elem_id="search-bar",
401
  )
 
395
 
396
  with gr.Box(elem_id="search-bar-table-box"):
397
  search_bar = gr.Textbox(
398
+ placeholder="🔍 Search your model and press ENTER...",
399
  show_label=False,
400
  elem_id="search-bar",
401
  )