GuglielmoTor commited on
Commit
34f07e6
·
verified ·
1 Parent(s): 30ef41f

Update ui/ui_generators.py

Browse files
Files changed (1) hide show
  1. ui/ui_generators.py +1 -1
ui/ui_generators.py CHANGED
@@ -26,7 +26,7 @@ from config import (
26
  # These are also defined/imported in app.py, ensure consistency
27
  BOMB_ICON = "✨ Insights"
28
  EXPLORE_ICON = "🔍 Espandi"
29
- FORMULA_ICON = "ℹ️ Info"
30
  ACTIVE_ICON = "❌ Close" # Ensure this matches app.py
31
 
32
 
 
26
  # These are also defined/imported in app.py, ensure consistency
27
  BOMB_ICON = "✨ Insights"
28
  EXPLORE_ICON = "🔍 Espandi"
29
+ FORMULA_ICON = "ℹ️ Info"
30
  ACTIVE_ICON = "❌ Close" # Ensure this matches app.py
31
 
32