SorrelC commited on
Commit
f75bb06
·
verified ·
1 Parent(s): 8eccc0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -476,7 +476,7 @@ def create_interface():
476
  # Add N-gram tip box
477
  gr.HTML("""
478
  <div style="background-color: #fff3cd; border: 1px solid #ffeaa7; border-radius: 8px; padding: 10px; margin: 10px 0;">
479
- <strong style="color: #1565c0;">💡 Top tip:</strong> N-grams are sequences of words. Set Min=1, Max=3 to extract single words, phrases of 2 words, and phrases of 3 words. Higher values capture longer phrases but may reduce precision.
480
  </div>
481
  """)
482
 
 
476
  # Add N-gram tip box
477
  gr.HTML("""
478
  <div style="background-color: #fff3cd; border: 1px solid #ffeaa7; border-radius: 8px; padding: 10px; margin: 10px 0;">
479
+ <strong style="color: #856404;">💡 Top tip:</strong> N-grams are sequences of words. Set Min=1, Max=3 to extract single words, phrases of 2 words, and phrases of 3 words. Higher values capture longer phrases but may reduce precision.
480
  </div>
481
  """)
482