Andreagus commited on
Commit
b5fc454
1 Parent(s): 0b9340c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ with st.form("my_form"):
16
 
17
  st.write("You chose", ticker)
18
 
19
- with st.spinner("Loading the model"):
20
  results = get_articles_sentiment(ticker, "Andreagus/fin_tinyBert_32")
21
 
22
  with col1:
 
16
 
17
  st.write("You chose", ticker)
18
 
19
+ with st.spinner("Waiting for APIs"):
20
  results = get_articles_sentiment(ticker, "Andreagus/fin_tinyBert_32")
21
 
22
  with col1: