Update app.py
Browse files
app.py
CHANGED
|
@@ -743,8 +743,11 @@ app.layout = html.Div([
|
|
| 743 |
], style={'marginBottom': '30px'}),
|
| 744 |
|
| 745 |
html.Div([
|
| 746 |
-
html.Div(
|
| 747 |
-
|
|
|
|
|
|
|
|
|
|
| 748 |
], style={'padding': '0 20px'}),
|
| 749 |
|
| 750 |
# Model Type Filter
|
|
|
|
| 743 |
], style={'marginBottom': '30px'}),
|
| 744 |
|
| 745 |
html.Div([
|
| 746 |
+
html.Div([
|
| 747 |
+
"To filter columns, click the ",
|
| 748 |
+
html.I(className="fas fa-search", style={"color": "var(--text-color)"}),
|
| 749 |
+
" next to a column's name. On mobile, hold the column name for the menu to appear."
|
| 750 |
+
], style={'marginBottom': '20px', 'color': 'var(--text-color)'})
|
| 751 |
], style={'padding': '0 20px'}),
|
| 752 |
|
| 753 |
# Model Type Filter
|