joko333 commited on
Commit
b991c9a
·
1 Parent(s): 144777d

Display classification result in Streamlit app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ input_text = "I love using Hugging Face models!"
13
 
14
  # Get the classification result
15
  result = classifier(input_text)
16
- print(result)
 
13
 
14
  # Get the classification result
15
  result = classifier(input_text)
16
+ st.write(result)