tester / app.py
laverdes's picture
Create app.py
0c51108
raw
history blame
127 Bytes
import streamlit.st
if st.button("Save"):
with open("my_file.txt", "w") as file_out:
file_out.write("test_passed")