updated line
Browse files
app.py
CHANGED
@@ -77,9 +77,9 @@ def main():
|
|
77 |
|
78 |
if page == 'Home':
|
79 |
st.title("Financial News Sentiment Analysis")
|
80 |
-
st.markdown("""
|
81 |
-
|
82 |
-
|
83 |
|
84 |
# Input text box for user input
|
85 |
user_input = st.text_area("Enter your financial news text here:", height=200)
|
|
|
77 |
|
78 |
if page == 'Home':
|
79 |
st.title("Financial News Sentiment Analysis")
|
80 |
+
# st.markdown("""
|
81 |
+
# This app performs sentiment analysis on financial news using FinBERT model.
|
82 |
+
# """)
|
83 |
|
84 |
# Input text box for user input
|
85 |
user_input = st.text_area("Enter your financial news text here:", height=200)
|