hasnanmr commited on
Commit
18869c5
·
1 Parent(s): a0d716d

fxing bug and limit response

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ cur.execute("""
35
  """)
36
 
37
 
38
- data = pd.read_csv('dataset/tourism_place.csv')
39
 
40
 
41
  # check if the table is empty
 
35
  """)
36
 
37
 
38
+ data = pd.read_csv('tourism_place.csv')
39
 
40
 
41
  # check if the table is empty