SusiePHaltmann's picture
Update app.py
07c72b0
raw
history blame
186 Bytes
## make a streamlit app gui that says hello world
pip3 install "streamlit"
import streamlit as st
st.streamlit_version()
st.title("FLAMESTOPIA.AI SYSTEMS (C) 2022-20XX - Version 0.0.1")