Update app.py
Browse files
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"):
|