Spaces:
Sleeping
Sleeping
Martin Ondrej
commited on
Commit
·
9c6c06e
1
Parent(s):
50bef60
Created sample app
Browse files- app/__init__.py +0 -0
- app/app.py +4 -0
app/__init__.py
ADDED
File without changes
|
app/app.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
|
4 |
+
st.title('Sample APP')
|