Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -252,6 +252,8 @@ if st.button("Extract Answers"):
|
|
| 252 |
if comet_initialized:
|
| 253 |
experiment.log_text(f"Error: {e}")
|
| 254 |
experiment.end()
|
|
|
|
|
|
|
| 255 |
|
| 256 |
|
| 257 |
|
|
|
|
| 252 |
if comet_initialized:
|
| 253 |
experiment.log_text(f"Error: {e}")
|
| 254 |
experiment.end()
|
| 255 |
+
|
| 256 |
+
|
| 257 |
|
| 258 |
|
| 259 |
|