yoniif commited on
Commit
c51b9c4
·
verified ·
1 Parent(s): 1fd23a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ from sentence_transformers import SentenceTransformer, util
10
 
11
  ### STEP 1: Download and unzip the influencer dataset from Hugging Face
12
 
13
- # Replace this with your actual dataset ZIP URL
14
- url = "https://huggingface.co/datasets/your-username/influencer-dataset-merged/resolve/main/top_100_influencers.zip"
15
  zip_path = "top_100_influencers.zip"
16
 
17
  # Download zip file if not already present
 
10
 
11
  ### STEP 1: Download and unzip the influencer dataset from Hugging Face
12
 
13
+ url = "url = "https://huggingface.co/spaces/yoniif/final_assignment/resolve/main/top_influencers.zip
 
14
  zip_path = "top_100_influencers.zip"
15
 
16
  # Download zip file if not already present