import streamlit as st from helper import model, upload, record title = "Emotion Audio Classifier with recordings" st.title(title) st.write('Click show features to see the extracted features used for prediction.') st.write('Click classify to get predictions.') def add_bg_from_url(): st.markdown( f""" """, unsafe_allow_html=True ) add_bg_from_url() record()