Spaces:
Runtime error
Runtime error
Commit
·
e0a956a
1
Parent(s):
c32a023
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ def app_main(app_mode, example_files, model_name_files, clus_types):
|
|
| 317 |
|
| 318 |
except Exception as e:
|
| 319 |
st.error("Some error occurred during loading" + str(e))
|
| 320 |
-
st.stop()
|
| 321 |
|
| 322 |
st.markdown(markdown_str, unsafe_allow_html=True)
|
| 323 |
|
|
|
|
| 317 |
|
| 318 |
except Exception as e:
|
| 319 |
st.error("Some error occurred during loading" + str(e))
|
| 320 |
+
#st.stop()
|
| 321 |
|
| 322 |
st.markdown(markdown_str, unsafe_allow_html=True)
|
| 323 |
|