Spaces:
Sleeping
Sleeping
Update ui/ui_generators.py
Browse files- ui/ui_generators.py +2 -2
ui/ui_generators.py
CHANGED
@@ -25,8 +25,8 @@ from config import (
|
|
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 |
|
|
|
25 |
# --- Constants for Button Icons/Text ---
|
26 |
# These are also defined/imported in app.py, ensure consistency
|
27 |
BOMB_ICON = "✨ Insights"
|
28 |
+
EXPLORE_ICON = "🔍 Espandi"
|
29 |
+
FORMULA_ICON = "ℹ️ Informazioni"
|
30 |
ACTIVE_ICON = "❌ Close" # Ensure this matches app.py
|
31 |
|
32 |
|