TAgroup5 commited on
Commit
90bfd68
Β·
verified Β·
1 Parent(s): 6afa531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ text_classification_pipeline = pipeline("text-classification", model=model, toke
60
  qa_pipeline = pipeline("question-answering", model=model, tokenizer=tokenizer)
61
 
62
  # Streamlit App
63
- st.title("πŸ“° News Classification and Q&A πŸ€–")
64
 
65
  ## ====================== Component 1: News Classification ====================== ##
66
  st.header("πŸ“Œ Classify News Articles")
 
60
  qa_pipeline = pipeline("question-answering", model=model, tokenizer=tokenizer)
61
 
62
  # Streamlit App
63
+ st.title(" News Classification and Q&A ")
64
 
65
  ## ====================== Component 1: News Classification ====================== ##
66
  st.header("πŸ“Œ Classify News Articles")