Aad456334 commited on
Commit
45ca677
·
verified ·
1 Parent(s): 083df08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def inference(tokenizer, model, cleaned_input):
47
 
48
  # Main function for Streamlit app
49
  def main():
50
- st.title('Sentiment Analysis')
51
 
52
  # Load tokenizer and model
53
  # with st.spinner("Loading the Model and tokenizer..."):
 
47
 
48
  # Main function for Streamlit app
49
  def main():
50
+ st.title('Sentiment Analyser')
51
 
52
  # Load tokenizer and model
53
  # with st.spinner("Loading the Model and tokenizer..."):