Weyaxi commited on
Commit
1c8706e
1 Parent(s): 42aed68

delete emoji error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -512,7 +512,7 @@ def search_bar_in_df_fn(search_text):
512
  lists_to_return = []
513
 
514
  for df in dfs:
515
- lists_to_return.append(df[df['👤 Author Name'].str.contains(f'"https://huggingface.co/{search_text}"', case=False, na=False)])
516
  return lists_to_return
517
 
518
 
 
512
  lists_to_return = []
513
 
514
  for df in dfs:
515
+ lists_to_return.append(df[df['Author Name'].str.contains(f'"https://huggingface.co/{search_text}"', case=False, na=False)])
516
  return lists_to_return
517
 
518