Skip to content

Commit 0d68cd2

Browse files
committed
new-app-project-solution
1 parent e224c6a commit 0d68cd2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ requirements:
1010
skip: false
1111
conda:
1212
channels:
13+
- conda-forge
1314
packages:
15+
- pandas
1416

1517
pip:
1618

tethysapp/map_layout_tutorial/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ class MapLayoutTutorial(TethysAppBase):
1010
description = ''
1111
package = 'map_layout_tutorial' # WARNING: Do not change this value
1212
index = 'home'
13-
icon = f'{package}/images/icon.gif'
13+
icon = f'{package}/images/noaa_digital_logo-2022.png'
1414
root_url = 'map-layout-tutorial'
15-
color = '#f39c12'
15+
color = '#003087'
1616
tags = ''
1717
enable_feedback = False
1818
feedback_emails = []
56.4 KB
Loading

0 commit comments

Comments
 (0)