Erva Ulusoy commited on
Commit
92ed479
·
1 Parent(s): 89677ab

quick fix to give warning while waiting for env to build

Browse files
Files changed (1) hide show
  1. ProtHGT_app.py +1 -2
ProtHGT_app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
-
3
 
4
  with st.spinner("Please wait while we prepare the environment. This may take a few minutes only on the first run..."):
5
  # Run setup script if not already executed
@@ -8,7 +8,6 @@ with st.spinner("Please wait while we prepare the environment. This may take a f
8
  with open(".setup_done", "w") as f:
9
  f.write("done")
10
 
11
- import streamlit as st
12
  import streamlit.components.v1 as components
13
  import os
14
  import time
 
1
  import os
2
+ import streamlit as st
3
 
4
  with st.spinner("Please wait while we prepare the environment. This may take a few minutes only on the first run..."):
5
  # Run setup script if not already executed
 
8
  with open(".setup_done", "w") as f:
9
  f.write("done")
10
 
 
11
  import streamlit.components.v1 as components
12
  import os
13
  import time