Spaces:
Sleeping
Sleeping
fixing
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ cur.execute("""
|
|
43 |
);
|
44 |
""")
|
45 |
|
46 |
-
data = pd.read_csv('
|
47 |
|
48 |
# check if the table is empty
|
49 |
cur.execute("SELECT * FROM places")
|
|
|
43 |
);
|
44 |
""")
|
45 |
|
46 |
+
data = pd.read_csv('tourism_place.csv')
|
47 |
|
48 |
# check if the table is empty
|
49 |
cur.execute("SELECT * FROM places")
|