Rob Caamano commited on
Commit
08728c1
1 Parent(s): 682174e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with st.container():
19
  "Select the model you want to use below.",
20
  ("RobCaamano/toxicity",),
21
  )
22
- submit = st.button("Submit", type="primary", use_container_width=True)
23
 
24
  tokenizer = AutoTokenizer.from_pretrained(model_name)
25
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
 
19
  "Select the model you want to use below.",
20
  ("RobCaamano/toxicity",),
21
  )
22
+ submit = st.button("Submit", type="primary")
23
 
24
  tokenizer = AutoTokenizer.from_pretrained(model_name)
25
  model = AutoModelForSequenceClassification.from_pretrained(model_name)