konstantinG commited on
Commit
f49cac7
1 Parent(s): 0b2269f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -27,6 +27,9 @@ st.header('Find my pic!')
27
 
28
  request = st.text_input('Write a description of the picture', ' Two people at the photo')
29
 
 
 
 
30
  img_count = st.slider('How much pic you need?', 4, 8, 6, 2)
31
 
32
 
 
27
 
28
  request = st.text_input('Write a description of the picture', ' Two people at the photo')
29
 
30
+ if request:
31
+ unzip('img.zip')
32
+
33
  img_count = st.slider('How much pic you need?', 4, 8, 6, 2)
34
 
35