Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,3 +47,12 @@ if st.button("Predict"):
|
|
47 |
st.write(f"Index: {index}")
|
48 |
else:
|
49 |
st.write("Please enter both Height and Weight.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
st.write(f"Index: {index}")
|
48 |
else:
|
49 |
st.write("Please enter both Height and Weight.")
|
50 |
+
|
51 |
+
# --- Logo ---
|
52 |
+
|
53 |
+
st.sidebar.image("profile.jpg", width=200)
|
54 |
+
|
55 |
+
st.sidebar.title("Haseeb Ahmed")
|
56 |
+
st.sidebar.write("AI/ML Engineer")
|
57 |
+
st.sidebar.markdown(f"### <div style='text-align: center;'>made with ❤ by <a href='https://www.linkedin.com/in/muhammad-haseeb-ahmed-1954b5230/'>Muhammad Haseeb Ahmed</a></div>")
|
58 |
+
|