delete emoji error
Browse files
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['
|
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 |
|