Yenaldooshi / app.py
Abhinav
feat: Move code
71e8360 unverified
raw
history blame
116 Bytes
import streamlit as st
from utils.wolvesville import Wolvesville
api = Wolvesville()
st.title("Wolvesville App")