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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -42,9 +42,7 @@ def main():
42
 
43
  # Add an image to your app
44
  image = "ksl1.jpg"
45
- st.image(image, caption='My Image', use_column_width=True)
46
-
47
- st.set_page_config(page_title="Image Classification App", page_icon=":camera:", layout="wide")
48
 
49
  st.write("# KSL Image Classification App")
50
  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, 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.")