Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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)
|