alibidaran commited on
Commit
718c928
·
verified ·
1 Parent(s): 78447fb

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -110,7 +110,7 @@ if 'loading_state' not in st.session_state:
110
 
111
 
112
  if st.session_state.loading_state:
113
- with st_lottie_spinner(load_local_lottie('Hello World!.json'), key='hello'):
114
  time.sleep(5)
115
  st.session_state.loading_state = False
116
 
 
110
 
111
 
112
  if st.session_state.loading_state:
113
+ with st_lottie_spinner(load_local_lottie('./src/Hello World!.json'), key='hello'):
114
  time.sleep(5)
115
  st.session_state.loading_state = False
116