Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ import requests
|
|
100 |
|
101 |
|
102 |
def fetch_json_data():
|
103 |
-
url = "https://huggingface.co/spaces/soiz1/genshin.applio/raw/main/
|
104 |
response = requests.get(url)
|
105 |
if response.status_code == 200:
|
106 |
try:
|
|
|
100 |
|
101 |
|
102 |
def fetch_json_data():
|
103 |
+
url = "https://huggingface.co/spaces/soiz1/genshin.applio/raw/main/data.json"
|
104 |
response = requests.get(url)
|
105 |
if response.status_code == 200:
|
106 |
try:
|