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) | <
|
52 |
|
53 |
|
54 |
# Add a LinkedIn profile hyperlink using HTML
|
|
|
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
|