Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,9 @@ def updateDF(event):
|
|
| 94 |
df_widget.value = updatedDF#.reset_index(drop = False)
|
| 95 |
df_widget
|
| 96 |
ownersearch.value = EP.replacedict[presetselect.value]
|
| 97 |
-
|
|
|
|
|
|
|
| 98 |
return
|
| 99 |
cityvalues = citycheckboxes1.value + citycheckboxes2.value #which cities to search
|
| 100 |
if cityvalues[0] == 'all':
|
|
|
|
| 94 |
df_widget.value = updatedDF#.reset_index(drop = False)
|
| 95 |
df_widget
|
| 96 |
ownersearch.value = EP.replacedict[presetselect.value]
|
| 97 |
+
updatedDF.to_csv(propertycsvbuffer)
|
| 98 |
+
downloadbutton.object = propertycsvbuffer
|
| 99 |
+
#savepropcsv()
|
| 100 |
return
|
| 101 |
cityvalues = citycheckboxes1.value + citycheckboxes2.value #which cities to search
|
| 102 |
if cityvalues[0] == 'all':
|