Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hasnanmr
/
llama-recommender
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hasnanmr
commited on
Sep 10, 2024
Commit
18869c5
·
1 Parent(s):
a0d716d
fxing bug and limit response
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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