balmung commited on
Commit
6a860cf
·
1 Parent(s): 7aa64c6

[ADD] basis for tests

Browse files
Files changed (2) hide show
  1. main.py +6 -0
  2. 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