Spaces:
Sleeping
Sleeping
pjgerrits commited on
Commit ·
2a88309
1
Parent(s): 1c6f8b5
connect db
Browse files
app.py
CHANGED
|
@@ -92,3 +92,4 @@ clicked_lon = coords[0] # Default value, should ideally be updated on map click
|
|
| 92 |
|
| 93 |
if st.sidebar.button('Save'):
|
| 94 |
save_data(clicked_lat, clicked_lon, description, rating)
|
|
|
|
|
|
| 92 |
|
| 93 |
if st.sidebar.button('Save'):
|
| 94 |
save_data(clicked_lat, clicked_lon, description, rating)
|
| 95 |
+
conn = connect_to_db()
|