awacke1 commited on
Commit
f3aa1c5
·
1 Parent(s): a1949ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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://cdna.artstation.com/p/assets/images/images/054/900/558/large/aaron-wacker-pen-and-ink-castle-of-the-light-wing-angels.jpg?1665625788",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/900/558/small/aaron-wacker-pen-and-ink-castle-of-the-light-wing-angels.jpg?1665625788",width=80,)
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,"File.csv","Download CSV file",)
73
  with c30:
74
- CSVButton = download_button(df,"File.csv","Download TXT file",)
 
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",)