GuglielmoTor commited on
Commit
be6654c
·
verified ·
1 Parent(s): 9ee07e0

Update ui/ui_generators.py

Browse files
Files changed (1) hide show
  1. ui/ui_generators.py +3 -3
ui/ui_generators.py CHANGED
@@ -24,9 +24,9 @@ from config import (
24
 
25
  # --- Constants for Button Icons/Text ---
26
  # These are also defined/imported in app.py, ensure consistency
27
- BOMB_ICON = "💣"
28
- EXPLORE_ICON = "🧭"
29
- FORMULA_ICON = "ƒ"
30
  ACTIVE_ICON = "❌ Close" # Ensure this matches app.py
31
 
32
 
 
24
 
25
  # --- Constants for Button Icons/Text ---
26
  # These are also defined/imported in app.py, ensure consistency
27
+ BOMB_ICON = "✨ Insights"
28
+ EXPLORE_ICON = "🔍"
29
+ FORMULA_ICON = "ℹ️"
30
  ACTIVE_ICON = "❌ Close" # Ensure this matches app.py
31
 
32