Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -3
src/streamlit_app.py
CHANGED
|
@@ -113,6 +113,4 @@ if ner_pipe and classifier_pipe:
|
|
| 113 |
mime="application/json"
|
| 114 |
)
|
| 115 |
else:
|
| 116 |
-
st.warning("Please paste a job description into the text area.")
|
| 117 |
-
|
| 118 |
-
|
|
|
|
| 113 |
mime="application/json"
|
| 114 |
)
|
| 115 |
else:
|
| 116 |
+
st.warning("Please paste a job description into the text area.")
|
|
|
|
|
|