Update app.py
Browse files
app.py
CHANGED
@@ -182,24 +182,6 @@ def generate_guide(git_provider, repo_url, guide_type, exclude_folders):
|
|
182 |
|
183 |
# App layout
|
184 |
app.layout = dbc.Container([
|
185 |
-
dbc.Navbar(
|
186 |
-
dbc.Container([
|
187 |
-
html.A(
|
188 |
-
dbc.Row([
|
189 |
-
dbc.Col(html.Img(src="/assets/logo.png", height="30px")),
|
190 |
-
dbc.Col(dbc.NavbarBrand("Automated Guide Generator", className="ms-2")),
|
191 |
-
],
|
192 |
-
align="center",
|
193 |
-
className="g-0",
|
194 |
-
),
|
195 |
-
href="/",
|
196 |
-
style={"textDecoration": "none"},
|
197 |
-
)
|
198 |
-
]),
|
199 |
-
color="primary",
|
200 |
-
dark=True,
|
201 |
-
),
|
202 |
-
|
203 |
dbc.Row([
|
204 |
dbc.Col([
|
205 |
html.H1("Automated Guide Generator", className="text-center my-4"),
|
|
|
182 |
|
183 |
# App layout
|
184 |
app.layout = dbc.Container([
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
dbc.Row([
|
186 |
dbc.Col([
|
187 |
html.H1("Automated Guide Generator", className="text-center my-4"),
|