test action
Browse files
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 |
-
|
| 17 |
-
|
| 18 |
|
|
|
|
| 13 |
|
| 14 |
if st.button('Analyze'):
|
| 15 |
st.write(analyze(input, model))
|
| 16 |
+
else:
|
| 17 |
+
st.write('Goodbye')
|
| 18 |
|