Andreagus's picture
Upload 8 files
415516b verified
raw
history blame
No virus
210 Bytes
import streamlit as st
from aggregator import get_articles_sentiment
st.title("Real time financial news fast sentiment")
results = get_articles_sentiment("AAPL", "Andreagus/fin_miniLM_16")
st.write(results)