import streamlit as st from helper import model, upload, record title = "Emotion Audio Classifier" st.title(title) st.subheader('This Web App allows user to classify Emotion from Audio File') def add_bg_from_url(): st.markdown( f""" """, unsafe_allow_html=True ) add_bg_from_url() model()