Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -380,4 +380,5 @@ with tab2:
|
|
| 380 |
st.write(f"Error details: {e}")
|
| 381 |
if comet_initialized:
|
| 382 |
experiment.log_text(f"Error: {e}")
|
| 383 |
-
experiment.end()
|
|
|
|
|
|
| 380 |
st.write(f"Error details: {e}")
|
| 381 |
if comet_initialized:
|
| 382 |
experiment.log_text(f"Error: {e}")
|
| 383 |
+
experiment.end()
|
| 384 |
+
|