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) | <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
|
|
|
|
| 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></div>",unsafe_allow_html=True)
|
| 52 |
|
| 53 |
|
| 54 |
# Add a LinkedIn profile hyperlink using HTML
|