Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,7 @@ repo = Repository(
|
|
| 26 |
clone_from=DATASET_REPO_URL,
|
| 27 |
use_auth_token=HF_TOKEN)
|
| 28 |
|
|
|
|
| 29 |
def generate_html() -> str:
|
| 30 |
with open(DATA_FILE) as csvfile:
|
| 31 |
reader = csv.DictReader(csvfile)
|
|
|
|
| 26 |
clone_from=DATASET_REPO_URL,
|
| 27 |
use_auth_token=HF_TOKEN)
|
| 28 |
|
| 29 |
+
|
| 30 |
def generate_html() -> str:
|
| 31 |
with open(DATA_FILE) as csvfile:
|
| 32 |
reader = csv.DictReader(csvfile)
|