UmaKumpatla commited on
Commit
0e925c0
·
verified ·
1 Parent(s): f1d6349

Update pages/1.Life Cycle Of NLP.py

Browse files
Files changed (1) hide show
  1. pages/1.Life Cycle Of NLP.py +1 -1
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://cdn-uploads.huggingface.co/production/uploads/66bde9bf3c885d04498227a0/5NnNw23wcvLOTXpNGCqbF.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.")
 
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.")