Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ class Main:
|
|
48 |
t.predict_data()
|
49 |
|
50 |
|
51 |
-
st.markdown("[GitHub](https://github.com/Rupeshgarsondiya/User-behaviour-classification) | <a href='https://www.linkedin.com/in/rupesh-garsondiya-919817275/' target='_blank'>Linkedin</a>",unsafe_allow_html=True)
|
52 |
|
53 |
|
54 |
# Add a LinkedIn profile hyperlink using HTML
|
@@ -60,7 +60,7 @@ class Main:
|
|
60 |
# Add copyright notice at the bottom
|
61 |
st.markdown("<hr>", unsafe_allow_html=True) # Horizontal line to separate content
|
62 |
st.markdown(
|
63 |
-
"<b><p style='text-align: center; font-size:
|
64 |
unsafe_allow_html=True
|
65 |
)
|
66 |
|
|
|
48 |
t.predict_data()
|
49 |
|
50 |
|
51 |
+
st.markdown("[GitHub](https://github.com/Rupeshgarsondiya/User-behaviour-classification) | <div style='text-aligm: center'><a href='https://www.linkedin.com/in/rupesh-garsondiya-919817275/' target='_blank'>Linkedin</a>",unsafe_allow_html=True)
|
52 |
|
53 |
|
54 |
# Add a LinkedIn profile hyperlink using HTML
|
|
|
60 |
# Add copyright notice at the bottom
|
61 |
st.markdown("<hr>", unsafe_allow_html=True) # Horizontal line to separate content
|
62 |
st.markdown(
|
63 |
+
"<b><p style='text-align: center; font-size: 16px;'>© 2024 Rupesh Garsondiya. All Rights Reserved.</p>",
|
64 |
unsafe_allow_html=True
|
65 |
)
|
66 |
|