tester / app.py
laverdes's picture
Update app.py
af3774a
import streamlit as st
if st.button("Save"):
with open("my_file.txt", "w") as file_out:
file_out.write("test_passed")