Spaces:
Runtime error
Runtime error
[ADD] basis for tests
Browse files- main.py +6 -0
- requirements.txt +1 -0
main.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.write("""
|
4 |
+
# TEST text
|
5 |
+
hello there
|
6 |
+
""")
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
streamlit>=1.15.2
|