Gregoryjr
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
|
|
7 |
options = ["zero-shot-classification", "cardiffnlp/twitter-roberta-base-offensive", "nill3"]
|
8 |
model = st.selectbox("Select an option", options)
|
9 |
|
10 |
-
##model = st.write("You selected:", selected_option)
|
11 |
|
12 |
con = st.button("submit")
|
13 |
if con:
|
|
|
7 |
options = ["zero-shot-classification", "cardiffnlp/twitter-roberta-base-offensive", "nill3"]
|
8 |
model = st.selectbox("Select an option", options)
|
9 |
|
10 |
+
##model = st.write("You selected:", selected_option)
|
11 |
|
12 |
con = st.button("submit")
|
13 |
if con:
|