Spaces:
Running
Running
Commit ·
0d23870
1
Parent(s): 5a63add
typo
Browse files- src/components.py +1 -1
src/components.py
CHANGED
|
@@ -554,7 +554,7 @@ def create_search_container():
|
|
| 554 |
id="example-6", className="example-button me-2 mb-2", size="sm", color="light"),
|
| 555 |
dbc.Button([html.I(className="fas fa-ring me-2"), "Ring galaxy"],
|
| 556 |
id="example-7", className="example-button me-2 mb-2", size="sm", color="light"),
|
| 557 |
-
dbc.Button([html.I(className="fas fa-star me-2"), "
|
| 558 |
id="example-8", className="example-button mb-2", size="sm", color="light")
|
| 559 |
], className="text-center")
|
| 560 |
], className="mb-3"),
|
|
|
|
| 554 |
id="example-6", className="example-button me-2 mb-2", size="sm", color="light"),
|
| 555 |
dbc.Button([html.I(className="fas fa-ring me-2"), "Ring galaxy"],
|
| 556 |
id="example-7", className="example-button me-2 mb-2", size="sm", color="light"),
|
| 557 |
+
dbc.Button([html.I(className="fas fa-star me-2"), "A bursty, star forming galaxy"],
|
| 558 |
id="example-8", className="example-button mb-2", size="sm", color="light")
|
| 559 |
], className="text-center")
|
| 560 |
], className="mb-3"),
|