nickmuchi commited on
Commit
49daae2
β€’
1 Parent(s): 0a4ef0e

Update pages/1_Earnings_Sentiment_Analysis_πŸ“ˆ_.py

Browse files
pages/1_Earnings_Sentiment_Analysis_πŸ“ˆ_.py CHANGED
@@ -4,7 +4,8 @@ st.set_page_config(page_title="Earnings Sentiment Analysis", page_icon="πŸ“ˆ")
4
  st.sidebar.header("Sentiment Analysis")
5
  st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
6
 
7
- results, title = inference(url)
 
8
 
9
  st.subheader(title)
10
 
 
4
  st.sidebar.header("Sentiment Analysis")
5
  st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
6
 
7
+
8
+ results, title = inference(url_input,upload_wav)
9
 
10
  st.subheader(title)
11