Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
8 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
9 |
|
10 |
# Setting the page title
|
11 |
-
st.title("Financial Sentiment Analysis")
|
12 |
|
13 |
# Input option: Text or URL
|
14 |
input_option = st.radio("Choose input type:", ["Text Input", "URL Input"])
|
|
|
8 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
9 |
|
10 |
# Setting the page title
|
11 |
+
st.title("Financial News Sentiment Analysis")
|
12 |
|
13 |
# Input option: Text or URL
|
14 |
input_option = st.radio("Choose input type:", ["Text Input", "URL Input"])
|