laverdes commited on
Commit
0c51108
1 Parent(s): e1954bb

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit.st
2
+
3
+ if st.button("Save"):
4
+ with open("my_file.txt", "w") as file_out:
5
+ file_out.write("test_passed")