Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with column1:
|
|
85 |
if number!=condition_capture['count'] and updated_schema:
|
86 |
condition_capture['count'] = number
|
87 |
|
88 |
-
|
89 |
with open("/home/user/app/animation/edit_file.json") as animate:
|
90 |
url_json=json.load(animate)
|
91 |
st_lottie(url_json,height = int(screen_height/3))
|
|
|
85 |
if number!=condition_capture['count'] and updated_schema:
|
86 |
condition_capture['count'] = number
|
87 |
|
88 |
+
|
89 |
with open("/home/user/app/animation/edit_file.json") as animate:
|
90 |
url_json=json.load(animate)
|
91 |
st_lottie(url_json,height = int(screen_height/3))
|