satya11 commited on
Commit
e7dd214
·
verified ·
1 Parent(s): 0936590

Update pages/7_Advance_vectorization_techniques.py

Browse files
pages/7_Advance_vectorization_techniques.py CHANGED
@@ -39,7 +39,7 @@ st.markdown("""
39
  p {
40
  font-family: 'Georgia', serif;
41
  line-height: 1.8;
42
- color: black;
43
  margin-bottom: 20px;
44
  }
45
  /* List styling with checkmark bullets */
@@ -359,7 +359,7 @@ if file_type == "Word2Vec":
359
 
360
  st.markdown(
361
  """
362
- <h3 style='color: #6A0572;'> Training with Artificial Neural Networks</h3>
363
  <p>The tabular data is passed to an <strong>Artificial Neural Network (ANN)</strong> which learns:</p>
364
  <ul>
365
  <li>How <span class='highlight'>context words</span> are related to <span class='highlight'>focus words</span>.</li>
 
39
  p {
40
  font-family: 'Georgia', serif;
41
  line-height: 1.8;
42
+ color: white;
43
  margin-bottom: 20px;
44
  }
45
  /* List styling with checkmark bullets */
 
359
 
360
  st.markdown(
361
  """
362
+ <h3 style='color: black;'> Training with Artificial Neural Networks</h3>
363
  <p>The tabular data is passed to an <strong>Artificial Neural Network (ANN)</strong> which learns:</p>
364
  <ul>
365
  <li>How <span class='highlight'>context words</span> are related to <span class='highlight'>focus words</span>.</li>