hasnanmr commited on
Commit
ba24bca
·
verified ·
1 Parent(s): a1b915a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ cur.execute("""
43
  );
44
  """)
45
 
46
- data = pd.read_csv('dataset/tourism_place.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")