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