Skip to content

Commit

Permalink
footer added
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherd-06 committed Jun 11, 2024
1 parent 4b8d771 commit a96380c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@
html.Div(id='prediction-graph', className="container mt-4")
],
style={'marginTop': 50}
)
),
# Footer
html.Footer([
html.P([
"Developed by Ibtehaz - ",
html.A("https://ibtehaz.xyz",
href="https://ibtehaz.xyz", target="_blank")
], className="text-center my-4")
], className="container")
], className="container")


Expand Down

0 comments on commit a96380c

Please sign in to comment.