DocOreo / app.py
Sarthak-Dayal
Simplify for testing
8a3ce6e
raw
history blame contribute delete
No virus
300 Bytes
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)