Gregoryjr commited on
Commit
b1b5dc2
·
unverified ·
1 Parent(s): 0f64e73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,9 +5,9 @@ text = st.text_input("write a statement")
5
  import streamlit as st
6
 
7
  options = ["zero-shot-classification", "nill", "nill3"]
8
- selected_option = st.selectbox("Select an option", options)
9
 
10
- model = st.write("You selected:", selected_option)
11
 
12
  con = st.button("submit")
13
  if con:
 
5
  import streamlit as st
6
 
7
  options = ["zero-shot-classification", "nill", "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: