Skip to content
Snippets Groups Projects
Commit aea32b90 authored by René Schöne's avatar René Schöne
Browse files

fix title

parent cdd97099
Branches
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ tab_height = '3vh' ...@@ -146,7 +146,7 @@ tab_height = '3vh'
tabs_style = {'line-height': tab_height} tabs_style = {'line-height': tab_height}
tab_style = {'height': tab_height, 'padding': '0px'} tab_style = {'height': tab_height, 'padding': '0px'}
app = dash.Dash(__name__, external_stylesheets=external_stylesheets) app = dash.Dash(__name__, external_stylesheets=external_stylesheets, title='Web-UI for the RAG application', update_title=None)
app.layout = html.Div([ app.layout = html.Div([
dcc.Tabs([ dcc.Tabs([
dcc.Tab(label="Buttons and Log", children=[ dcc.Tab(label="Buttons and Log", children=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment