IvaElen commited on
Commit
d822f4c
1 Parent(s): f37d563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def find_image_disc(prompt, df, top_k):
45
 
46
  st.image('image.png')
47
  # st.title('Find my pic!')
48
- col3, col4 = st.columns(2):
49
  with col3:
50
  st.image('3bd0e1e6-6b8a-4aa6-828a-c1756c6d38b2.jpeg')
51
  with col4:
 
45
 
46
  st.image('image.png')
47
  # st.title('Find my pic!')
48
+ col3, col4 = st.columns(2)
49
  with col3:
50
  st.image('3bd0e1e6-6b8a-4aa6-828a-c1756c6d38b2.jpeg')
51
  with col4: