KaburaJ commited on
Commit
33eda9a
·
1 Parent(s): 8d4131e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def main():
42
 
43
  # Add an image to your app
44
  image = "ksl1.jpg"
45
- st.image(image, caption='My Image', width=300, height=200)
46
 
47
  st.write("# KSL Image Classification App")
48
  st.write("This app allows you to upload a KSL image and have it classified by a pre-trained machine learning model.")
 
42
 
43
  # Add an image to your app
44
  image = "ksl1.jpg"
45
+ st.image(image)
46
 
47
  st.write("# KSL Image Classification App")
48
  st.write("This app allows you to upload a KSL image and have it classified by a pre-trained machine learning model.")