Ono-Enzo commited on
Commit
932517e
·
1 Parent(s): 328f57e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,8 +1,9 @@
1
  import streamlit as st
2
  from transformers import pipeline
 
 
3
  pipe = pipeline('sentiment-analysis')
4
  text = st.text_area('Escreve ai')
5
- st.subheader('QASports',divider='rainbow')
6
 
7
  if text:
8
  out = pipe(text)
 
1
  import streamlit as st
2
  from transformers import pipeline
3
+ st.subheader('QASports',divider='rainbow')
4
+
5
  pipe = pipeline('sentiment-analysis')
6
  text = st.text_area('Escreve ai')
 
7
 
8
  if text:
9
  out = pipe(text)