Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
d4382ec
1
Parent(s):
c7f2259
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,6 @@ import datetime
|
|
8 |
|
9 |
bens_df = pd.read_excel('bens_tab.xlsx')
|
10 |
|
11 |
-
data_crawler = pd.read_csv()
|
12 |
-
|
13 |
|
14 |
def fetch_data_to_dataframe(query, limit=50, source="mercadolibre"):
|
15 |
if source == "mercadolibre":
|
|
|
8 |
|
9 |
bens_df = pd.read_excel('bens_tab.xlsx')
|
10 |
|
|
|
|
|
11 |
|
12 |
def fetch_data_to_dataframe(query, limit=50, source="mercadolibre"):
|
13 |
if source == "mercadolibre":
|