from transformers import pipeline import streamlit as st pipe = pipeline("sentiment-analysis") st.write("hiii")