sa-rehman commited on
Commit
b984966
1 Parent(s): 8061a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ input=st.text_area("Enter your text")
9
 
10
  if st.button("Generate"):
11
  output=classifier(input)
12
- st.sucess(output)
13
 
 
9
 
10
  if st.button("Generate"):
11
  output=classifier(input)
12
+ st.success(output)
13