Spaces:
Sleeping
Sleeping
Update pages/1_Introduction.py
Browse files- pages/1_Introduction.py +0 -1
pages/1_Introduction.py
CHANGED
|
@@ -19,7 +19,6 @@ In this app, we'll use the analogy of a father teaching his child to explain the
|
|
| 19 |
|
| 20 |
# Display the image
|
| 21 |
st.image(image, caption="A father teaching his child by showing dog and cat pictures")
|
| 22 |
-
st.image(image, caption=None, width=None, use_column_width=None, clamp=False, channels="RGB", output_format="auto", *, use_container_width=False)
|
| 23 |
# Supervised Learning Explanation
|
| 24 |
st.header('Supervised Learning')
|
| 25 |
st.write("""
|
|
|
|
| 19 |
|
| 20 |
# Display the image
|
| 21 |
st.image(image, caption="A father teaching his child by showing dog and cat pictures")
|
|
|
|
| 22 |
# Supervised Learning Explanation
|
| 23 |
st.header('Supervised Learning')
|
| 24 |
st.write("""
|