LinkLinkWu commited on
Commit
ce0fcd0
·
verified ·
1 Parent(s): 34ccbb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,9 +1,10 @@
1
  import streamlit as st
2
- from func import fetch_news, analyze_sentiment, extract_org_entities
3
- import time
4
 
5
  st.set_page_config(page_title="Stock News Sentiment Analysis", layout="centered")
6
 
 
 
 
7
  # ---------------- Page Header ----------------
8
  st.markdown(
9
  """
 
1
  import streamlit as st
 
 
2
 
3
  st.set_page_config(page_title="Stock News Sentiment Analysis", layout="centered")
4
 
5
+ from func import fetch_news, analyze_sentiment, extract_org_entities
6
+ import time
7
+
8
  # ---------------- Page Header ----------------
9
  st.markdown(
10
  """