L-Nafaryus 29a9a7fa7f
New: gui
Mod: global env
2021-12-31 01:18:39 +05:00

9 lines
193 B
Python

import dash
import dash_bootstrap_components as dbc
app = dash.Dash(__name__, external_stylesheets = [ dbc.themes.LUX ])
app.title = "anisotropy"
app.config.update(
update_title = None
)