warhawkmonk commited on
Commit
eceb8f1
·
verified ·
1 Parent(s): caae9cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ if len(condition_capture['schema'])==0:
190
  )
191
  newline_column1,newline_column2 = st.columns(2)
192
  with newline_column2:
193
- with open("animation\Data_rocket.json") as animate:
194
  url_json=json.load(animate)
195
  st_lottie(url_json,height = int(screen_height/4))
196
  with newline_column1:
 
190
  )
191
  newline_column1,newline_column2 = st.columns(2)
192
  with newline_column2:
193
+ with open("/home/user/app/animation/Data_rocket.json") as animate:
194
  url_json=json.load(animate)
195
  st_lottie(url_json,height = int(screen_height/4))
196
  with newline_column1: