Spaces:
Runtime error
Runtime error
Commit
·
07c72b0
1
Parent(s):
755e849
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
## make a streamlit app gui that says hello world
|
|
|
2 |
import streamlit as st
|
3 |
st.streamlit_version()
|
4 |
st.title("FLAMESTOPIA.AI SYSTEMS (C) 2022-20XX - Version 0.0.1")
|
|
|
1 |
## make a streamlit app gui that says hello world
|
2 |
+
pip3 install "streamlit"
|
3 |
import streamlit as st
|
4 |
st.streamlit_version()
|
5 |
st.title("FLAMESTOPIA.AI SYSTEMS (C) 2022-20XX - Version 0.0.1")
|