Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ age = st.slider("Select your age:", 0, 100, 25)
|
|
20 |
st.write(f"You are {age} years old.")
|
21 |
|
22 |
# Add an image
|
23 |
-
st.image("
|
|
|
20 |
st.write(f"You are {age} years old.")
|
21 |
|
22 |
# Add an image
|
23 |
+
st.image("./nadi-lok-image.png", caption="Image")
|