EnzoBustos commited on
Commit
fc6f998
·
1 Parent(s): 4fb9213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ with model_2:
99
  sentiment = sentiment_vader(text_en, sid_obj)
100
  elif sentimentor == "FinBERT":
101
  sentiment = sentiment_finbert(text_en, finbert_pipeline)
102
- st.write(text_en)
103
- st.write(sentiment)
104
 
105
  with model:
106
  st.header("Modelo para Tradução e Classificação!")
 
99
  sentiment = sentiment_vader(text_en, sid_obj)
100
  elif sentimentor == "FinBERT":
101
  sentiment = sentiment_finbert(text_en, finbert_pipeline)
102
+ st.write(text_en)
103
+ st.write(sentiment)
104
 
105
  with model:
106
  st.header("Modelo para Tradução e Classificação!")