Shrikrishna commited on
Commit
4f1cce6
1 Parent(s): 72c6f9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ if uploaded_image is not None:
92
  col1,col2 = st.columns(2)
93
 
94
  with col1:
95
- st.header('Your uploaded image')
96
  st.image(display_image,width=150)
97
  with col2:
98
- st.header("Look Like: " + predicted_actor.split("/")[7])
99
  st.image(filenames[index_pos],width=150)
 
92
  col1,col2 = st.columns(2)
93
 
94
  with col1:
95
+ st.subheader('Your uploaded image')
96
  st.image(display_image,width=150)
97
  with col2:
98
+ st.subheader("Look Like: " + predicted_actor.split("/")[7])
99
  st.image(filenames[index_pos],width=150)