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

Update app.py

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