satya11 commited on
Commit
4ac8700
·
verified ·
1 Parent(s): 2e83774

Update pages/7_Advance_vectorization_techniques.py

Browse files
pages/7_Advance_vectorization_techniques.py CHANGED
@@ -368,11 +368,11 @@ if file_type == "Word2Vec":
368
  unsafe_allow_html=True,
369
  )
370
 
371
- st.subheader(":black[Skipgram]")
372
  st.markdown(
373
  """
374
  <div class='box'>
375
- <h3 style='color: #6A0572;'>What is Skipgram?</h3>
376
  <p><strong>Skipgram</strong> is a technique where we use focus words to predict the context words.</p>
377
  </div>
378
  """,
 
368
  unsafe_allow_html=True,
369
  )
370
 
371
+ st.subheader(":red[Skipgram]")
372
  st.markdown(
373
  """
374
  <div class='box'>
375
+ <h3 style='color:black;'>What is Skipgram?</h3>
376
  <p><strong>Skipgram</strong> is a technique where we use focus words to predict the context words.</p>
377
  </div>
378
  """,