jbraha commited on
Commit
8ac658c
·
1 Parent(s): f682505

test action

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,6 +13,6 @@ model = st.selectbox("choose a transformer model", ['a', 'b', 'c'], index=0, key
13
 
14
  if st.button('Analyze'):
15
  st.write(analyze(input, model))
16
- # else:
17
- # st.write('Goodbye')
18
 
 
13
 
14
  if st.button('Analyze'):
15
  st.write(analyze(input, model))
16
+ else:
17
+ st.write('Goodbye')
18