warhawkmonk commited on
Commit
a75b365
·
verified ·
1 Parent(s): 3b28724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- /home/user/app/lotte_animation_saver/animation_4.json
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))