Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
53ae920
1
Parent(s):
3ad1d5e
Update app.py
Browse files
app.py
CHANGED
@@ -5,10 +5,9 @@ from difflib import get_close_matches
|
|
5 |
import re # Importa o módulo de expressões regulares
|
6 |
import csv
|
7 |
import datetime
|
8 |
-
!git clone https://github.com/avalia-se/bens_moveis.git
|
9 |
|
10 |
bens_df = pd.read_excel('bens_tab.xlsx')
|
11 |
-
|
12 |
|
13 |
def fetch_data_to_dataframe(query, limit=50, source="mercadolibre"):
|
14 |
if source == "mercadolibre":
|
|
|
5 |
import re # Importa o módulo de expressões regulares
|
6 |
import csv
|
7 |
import datetime
|
|
|
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":
|