Spaces:
Runtime error
Runtime error
Jeffrey Rathgeber Jr
commited on
modelchoice
Browse files
app.py
CHANGED
@@ -3,6 +3,6 @@ import numpy as np
|
|
3 |
|
4 |
st.text_input("Input Text Here:", "I really like the color of your car!")
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
3 |
|
4 |
st.text_input("Input Text Here:", "I really like the color of your car!")
|
5 |
|
6 |
+
option = st.selectbox('What pre-trained model would you like for your sentiment analysis?',('TensorFlow', 'PyTorch', 'JAX'))
|
7 |
+
|
8 |
+
st.write('You selected:', option)
|