Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesadd shell file type
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", "ini"]
|
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", "shell", "python", "markdown", "yaml", "json", "csv", "tsv", "xml", "html", "ini"]
|
20 |
|
21 |
def validate_url(url):
|
22 |
return url.startswith('https://')
|