Commit
·
2639b3f
1
Parent(s):
8e6c672
testing (final versions) v-0.1.3
Browse files
app.py
CHANGED
@@ -140,7 +140,6 @@ def setup():
|
|
140 |
|
141 |
def main():
|
142 |
start_time = time.time()
|
143 |
-
|
144 |
# Show a placeholder with a spinner while the app is setting up.
|
145 |
setup_placeholder = st.empty()
|
146 |
if "setup_done" not in st.session_state:
|
|
|
140 |
|
141 |
def main():
|
142 |
start_time = time.time()
|
|
|
143 |
# Show a placeholder with a spinner while the app is setting up.
|
144 |
setup_placeholder = st.empty()
|
145 |
if "setup_done" not in st.session_state:
|