Yenaldooshi / app.py
Abhinav
feat: Set layout to wide
9656ee7 unverified
raw
history blame
187 Bytes
import streamlit as st
from utils.wolvesville import Wolvesville
from utils.helper import getTitle
api = Wolvesville()
st.markdown(getTitle("Wolvesville App"), unsafe_allow_html=True)