DarForm commited on
Commit
8b9e5cd
1 Parent(s): 7b23ca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -186,9 +186,9 @@ def create_info():
186
  """
187
  )
188
  with col2:
189
- current_dir = os.path.dirname(__file__)
190
- lottie_path = os.path.join(current_dir, r"res\lottie\Piping.json")
191
- lottie2 = load_lottiefile(lottie_path)
192
  st_lottie(lottie2,key='place',height=300,width=300)
193
  st.divider()
194
 
 
186
  """
187
  )
188
  with col2:
189
+ #current_dir = os.path.dirname(__file__)
190
+ #lottie_path = os.path.join(current_dir, r"res/lottie/Piping.json")
191
+ lottie2 = load_lottiefile(r"/home/user/app/res/lottie/Piping.json")
192
  st_lottie(lottie2,key='place',height=300,width=300)
193
  st.divider()
194