sway0604 commited on
Commit
83bbcd9
1 Parent(s): 12803c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"])