fschwartzer commited on
Commit
00d40be
1 Parent(s): 905b603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def fetch_data_to_dataframe(query, limit=50, source="mercadolibre"):
22
  return df
23
  return pd.DataFrame()
24
 
25
- def refinar_resultados(df, include_words=[]):
26
  df['Title'] = df['Title'].astype(str)
27
 
28
  # Define a list of keywords to exclude, indicating multiples
 
22
  return df
23
  return pd.DataFrame()
24
 
25
+ def refinar_resultados(df):
26
  df['Title'] = df['Title'].astype(str)
27
 
28
  # Define a list of keywords to exclude, indicating multiples