Gregoryjr commited on
Commit
a57658d
·
unverified ·
1 Parent(s): 1baa239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)j
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: