Shrikrishna commited on
Commit
bbd923e
1 Parent(s): 2bb0966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ if uploaded_image is not None:
204
  sehwag = Image.open("sehwag.jpg")
205
  st.image(sehwag,width=150, caption='Virendra Sehwag')
206
  except:
207
- st.header("Image Cannot be Classified!")
208
 
209
 
210
 
 
204
  sehwag = Image.open("sehwag.jpg")
205
  st.image(sehwag,width=150, caption='Virendra Sehwag')
206
  except:
207
+ st.header("Image Cannot be Classified!Please Try Again")
208
 
209
 
210