pratikshahp commited on
Commit
f271975
·
verified ·
1 Parent(s): 7ec5be3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("/nadi-lok-image.png", caption="Image")
 
20
  st.write(f"You are {age} years old.")
21
 
22
  # Add an image
23
+ st.image("./nadi-lok-image.png", caption="Image")