Skip to content

Commit 17f4ffd

Browse files
committed
restore "create Dash app as normal" basic hello world comment
1 parent 3473b62 commit 17f4ffd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

crystal_toolkit/apps/examples/basic_hello_structure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import crystal_toolkit.components as ctc
88

9-
# app = dash.Dash(external_stylesheets=['https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css'])
109
app = dash.Dash()
1110

1211
# create our crystal structure using pymatgen

crystal_toolkit/apps/examples/basic_hello_world.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import dash
22
from dash import html
33

4+
# create Dash app as normal
45
app = dash.Dash()
56

67
# create your layout

0 commit comments

Comments
 (0)