Owos commited on
Commit
a4bef47
·
1 Parent(s): f778cc9

removed the the waiting app

Browse files
Files changed (1) hide show
  1. Home.py +6 -6
Home.py CHANGED
@@ -83,11 +83,11 @@ with st.expander("Expand to select style type"):
83
 
84
 
85
  #put notificaation
86
- with st.empty():
87
- for seconds in range(5):
88
- st.info('Please note that by using this app, you agree that your image be will be showcased on this app.')
89
- time.sleep(1)
90
- st.empty()
91
 
92
  #Add 'before' and 'after' columns
93
  if uploaded_file is not None:
@@ -147,7 +147,7 @@ if uploaded_file is not None:
147
  )
148
 
149
  byte_im = buf.getvalue()
150
- run = ste.download_button(button_text="Download Image", data=byte_im, download_filename='afrodreams.jpg', mime="image/png")
151
 
152
 
153
  #if run==True:
 
83
 
84
 
85
  #put notificaation
86
+ #with st.empty():
87
+ #for seconds in range(5):
88
+ #st.info('Please note that by using this app, you agree that your image be will be showcased on this app.')
89
+ #time.sleep(1)
90
+ #st.empty()
91
 
92
  #Add 'before' and 'after' columns
93
  if uploaded_file is not None:
 
147
  )
148
 
149
  byte_im = buf.getvalue()
150
+ run = ste.download_button("Download Image", data=byte_im, download_filename='afrodreams.jpg', mime="image/png")
151
 
152
 
153
  #if run==True: