DarForm commited on
Commit
7b23ca5
1 Parent(s): 097caae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def create_info():
187
  )
188
  with col2:
189
  current_dir = os.path.dirname(__file__)
190
- lottie_path = os.path.join(current_dir, "res\lottie\Piping.json")
191
  lottie2 = load_lottiefile(lottie_path)
192
  st_lottie(lottie2,key='place',height=300,width=300)
193
  st.divider()
 
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()