ibrahimnomad commited on
Commit
ada7b8b
1 Parent(s): 9ab98a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ if uploaded_file is not None:
58
  image = Image.open(uploaded_file)
59
  st.image(image, caption='Uploaded Image.', use_column_width=True)
60
  label = predict_image(image)
61
- st.header(f"This is ***{label}***!")
 
58
  image = Image.open(uploaded_file)
59
  st.image(image, caption='Uploaded Image.', use_column_width=True)
60
  label = predict_image(image)
61
+ st.title(f"This is ***{label}***!")