MarcosRodrigo commited on
Commit
89afe94
·
verified ·
1 Parent(s): cb21807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  from huggingface_hub import HfApi, upload_file, list_repo_files, hf_hub_download
6
 
7
  # Configuration for Hugging Face Repository
8
- REPO_ID = "https://huggingface.co/spaces/MarcosRodrigo/Breakfast-Poll" # Replace with your repository ID
9
  HISTORY_DIR = "history" # Directory within the repository to store history
10
 
11
  # Hugging Face API (requires a token with write access)
 
5
  from huggingface_hub import HfApi, upload_file, list_repo_files, hf_hub_download
6
 
7
  # Configuration for Hugging Face Repository
8
+ REPO_ID = "MarcosRodrigo/Breakfast-Poll" # Replace with your repository ID
9
  HISTORY_DIR = "history" # Directory within the repository to store history
10
 
11
  # Hugging Face API (requires a token with write access)