Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ FORBIDDEN_NAMES ={"Judas",
|
|
45 |
"Barabbas",
|
46 |
"Sapphira",
|
47 |
"Shur",
|
|
|
48 |
}
|
49 |
def download_file(url: str, dest_path: Path):
|
50 |
if dest_path.exists():
|
|
|
45 |
"Barabbas",
|
46 |
"Sapphira",
|
47 |
"Shur",
|
48 |
+
"Pontius Pilate"
|
49 |
}
|
50 |
def download_file(url: str, dest_path: Path):
|
51 |
if dest_path.exists():
|