From a96380c7d2559cd2378ed5472c67cc677a47e150 Mon Sep 17 00:00:00 2001 From: Shepherd <10481417+shepherd-06@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:39:39 +0300 Subject: [PATCH] footer added --- app.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 79fe154..3b80492 100644 --- a/app.py +++ b/app.py @@ -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")