Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ if not hf_user:
|
|
| 16 |
# Perform login using the token
|
| 17 |
# login(token=hf_token, add_to_git_credential=True)
|
| 18 |
|
| 19 |
-
SUPPORTED_FILE_TYPES = ["txt", "python", "markdown", "yaml", "json", "csv", "tsv", "xml", "html"]
|
| 20 |
|
| 21 |
def validate_url(url):
|
| 22 |
return url.startswith('https://')
|
|
|
|
| 16 |
# Perform login using the token
|
| 17 |
# login(token=hf_token, add_to_git_credential=True)
|
| 18 |
|
| 19 |
+
SUPPORTED_FILE_TYPES = ["txt", "python", "markdown", "yaml", "json", "csv", "tsv", "xml", "html", "ini"]
|
| 20 |
|
| 21 |
def validate_url(url):
|
| 22 |
return url.startswith('https://')
|