Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,11 +24,11 @@ def _max_width_():
|
|
24 |
st.set_page_config(page_icon="📝", page_title="📝CSV Data Analyzer📊")
|
25 |
col1, col2, col3 = st.columns([1,6,1])
|
26 |
with col1:
|
27 |
-
st.image("https://
|
28 |
with col2:
|
29 |
st.title("📝CSV Data Analyzer")
|
30 |
with col3:
|
31 |
-
st.image("https://cdna.artstation.com/p/assets/images/images/054/
|
32 |
|
33 |
# Upload
|
34 |
c29, c30, c31 = st.columns([1, 6, 1])
|
@@ -69,6 +69,6 @@ st.text("")
|
|
69 |
# Download
|
70 |
c29, c30, c31 = st.columns([1, 1, 2])
|
71 |
with c29:
|
72 |
-
CSVButton = download_button(df,"
|
73 |
with c30:
|
74 |
-
CSVButton = download_button(df,"
|
|
|
24 |
st.set_page_config(page_icon="📝", page_title="📝CSV Data Analyzer📊")
|
25 |
col1, col2, col3 = st.columns([1,6,1])
|
26 |
with col1:
|
27 |
+
st.image("https://cdnb.artstation.com/p/assets/images/images/054/910/875/large/aaron-wacker-cyberpunk-computer-brain-design.jpg?1665656558",width=80,)
|
28 |
with col2:
|
29 |
st.title("📝CSV Data Analyzer")
|
30 |
with col3:
|
31 |
+
st.image("https://cdna.artstation.com/p/assets/images/images/054/910/878/large/aaron-wacker-cyberpunk-computer-devices-iot.jpg?1665656564",width=80,)
|
32 |
|
33 |
# Upload
|
34 |
c29, c30, c31 = st.columns([1, 6, 1])
|
|
|
69 |
# Download
|
70 |
c29, c30, c31 = st.columns([1, 1, 2])
|
71 |
with c29:
|
72 |
+
CSVButton = download_button(df,"Dataset.csv","Download CSV file",)
|
73 |
with c30:
|
74 |
+
CSVButton = download_button(df,"Dataset.txt","Download TXT file",)
|