Spaces:
Runtime error
Runtime error
## 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") |