Spaces:
Runtime error
Runtime error
Abdelrhman-Elruby
commited on
Commit
•
dc64b11
1
Parent(s):
9b6c8d0
modified: main.py
Browse files
main.py
CHANGED
@@ -227,8 +227,8 @@ def Log_page():
|
|
227 |
if log == True:
|
228 |
if 'err' in st.session_state:
|
229 |
st.write(st.session_state.err)
|
230 |
-
with open('Data/
|
231 |
-
st.download_button('Download Dataset', f,file_name='
|
232 |
def About_page():
|
233 |
st.header('Development')
|
234 |
"""
|
|
|
227 |
if log == True:
|
228 |
if 'err' in st.session_state:
|
229 |
st.write(st.session_state.err)
|
230 |
+
with open('Data/streamlit.csv') as f:
|
231 |
+
st.download_button('Download Dataset', f,file_name='streamlit.csv')
|
232 |
def About_page():
|
233 |
st.header('Development')
|
234 |
"""
|