joko333's picture
Add About and Main pages to Streamlit app; update requirements
4b141dc
raw
history blame contribute delete
118 Bytes
import streamlit as st
st.title('About')
st.write('This app performs text analysis using Hugging Face transformers.')