Spaces:
Sleeping
Sleeping
Update pages/1.Life Cycle Of NLP.py
Browse files
pages/1.Life Cycle Of NLP.py
CHANGED
|
@@ -18,7 +18,7 @@ st.markdown(custom_css, unsafe_allow_html=True)
|
|
| 18 |
|
| 19 |
# Adding the title with the custom class
|
| 20 |
st.markdown("<h1 class='custom-title'>Life Cycle Of NLP</h1>", unsafe_allow_html=True)
|
| 21 |
-
st.image("https://
|
| 22 |
|
| 23 |
if st.button("1.Problem Statement 🔍"):
|
| 24 |
st.write("✿ Every NLP project begins by identifying the problem that needs solving. It could range from sentiment analysis to machine translation, based on the requirements.")
|
|
|
|
| 18 |
|
| 19 |
# Adding the title with the custom class
|
| 20 |
st.markdown("<h1 class='custom-title'>Life Cycle Of NLP</h1>", unsafe_allow_html=True)
|
| 21 |
+
st.image("https://prabhupavitra.github.io/img/Learning/NLP/pipeline.png")
|
| 22 |
|
| 23 |
if st.button("1.Problem Statement 🔍"):
|
| 24 |
st.write("✿ Every NLP project begins by identifying the problem that needs solving. It could range from sentiment analysis to machine translation, based on the requirements.")
|