Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,9 +158,9 @@ comuni_provincia = {}
|
|
| 158 |
def scrivi_dataframe(url_ricerca, output, riepilogo, comune, da_excel = False, df_excel = None):
|
| 159 |
if len(output) > 0 or (da_excel and df_excel is not None):
|
| 160 |
|
| 161 |
-
for comune_excel, df_comune in dataframes_per_comune.items():
|
| 162 |
-
|
| 163 |
-
|
| 164 |
# Da fare MATTEO st.write(df_comune)
|
| 165 |
|
| 166 |
st.numero_immobili_validi = st.numero_immobili_validi + 1
|
|
|
|
| 158 |
def scrivi_dataframe(url_ricerca, output, riepilogo, comune, da_excel = False, df_excel = None):
|
| 159 |
if len(output) > 0 or (da_excel and df_excel is not None):
|
| 160 |
|
| 161 |
+
#for comune_excel, df_comune in dataframes_per_comune.items():
|
| 162 |
+
# if comune_excel == comune:
|
| 163 |
+
# print('a')
|
| 164 |
# Da fare MATTEO st.write(df_comune)
|
| 165 |
|
| 166 |
st.numero_immobili_validi = st.numero_immobili_validi + 1
|