Spaces:
Sleeping
Sleeping
Commit
·
9e3ce60
1
Parent(s):
409e299
This is my first commit
Browse files- app.py +3 -0
- requirements.txt +1 -0
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
st.write("LEVEL1 TITLE: APP")
|
3 |
+
st.write ("This is my first app")
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
streamlit
|