File size: 130 Bytes
af3774a
0c51108
 
 
 
1
2
3
4
5
import streamlit as st

if st.button("Save"):
    with open("my_file.txt", "w") as file_out:
        file_out.write("test_passed")