dmolino commited on
Commit
0bb2da9
·
verified ·
1 Parent(s): 458067d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -205,14 +205,6 @@ if st.session_state['step'] == 2:
205
  # Creiamo colonne per i pulsanti
206
  col1, col2, col3 = st.columns(3)
207
 
208
- # Pulsante per procedere con l'inferenza
209
- """
210
- with col1:
211
- if st.button("Inference"):
212
- st.session_state['step'] = 3 # Passa al passo 3
213
- st.rerun()
214
- """
215
-
216
  # Pulsante per provare un esempio
217
  with col1:
218
  if st.button("Try an example"):
 
205
  # Creiamo colonne per i pulsanti
206
  col1, col2, col3 = st.columns(3)
207
 
 
 
 
 
 
 
 
 
208
  # Pulsante per provare un esempio
209
  with col1:
210
  if st.button("Try an example"):