Spaces:
Sleeping
Sleeping
| import streamlit as st | |
| STT_API_KEY = 0 #see discord | |
| STT_URL = 0 #see discord | |
| st.markdown("<h1 style='text-align: center;'>Tell us how you feel</h1>", unsafe_allow_html=True) | |
| st.write("<h3 style='text-align: center; color: lightSeaGreen;'>we'll generate the insights</h3>", unsafe_allow_html=True) |