Divyansh Kushwaha
commited on
Commit
·
26583d1
1
Parent(s):
8ba7699
Streamlit app updated
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
|
4 |
BASE_URL = "http://localhost:8000" # Base URL for API requests
|
5 |
-
st.title("Company Sentiment Analysis")
|
6 |
|
7 |
# Input field for company name
|
8 |
company_name = st.text_input(
|
|
|
2 |
import requests
|
3 |
|
4 |
BASE_URL = "http://localhost:8000" # Base URL for API requests
|
5 |
+
st.title("Company News Sentiment Analysis")
|
6 |
|
7 |
# Input field for company name
|
8 |
company_name = st.text_input(
|