awacke1 commited on
Commit
7523b63
·
1 Parent(s): 423f589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,9 +20,9 @@ def _max_width_():
20
  st.set_page_config(page_icon="📝", page_title="CSV Dataset Analyzer")
21
  col1, col2, col3 = st.columns([1,6,1])
22
  with col1:
23
- st.image("https://cdna.artstation.com/p/assets/images/images/054/900/924/large/aaron-wacker-event-horizon.jpg?1665626929",width=100,)
24
  with col2:
25
- st.title("📝🧠CSV Dataset Analyzer🧠📝")
26
  with col3:
27
  st.write("")
28
  c29, c30, c31 = st.columns([1, 6, 1])
 
20
  st.set_page_config(page_icon="📝", page_title="CSV Dataset Analyzer")
21
  col1, col2, col3 = st.columns([1,6,1])
22
  with col1:
23
+ st.image("https://cdna.artstation.com/p/assets/images/images/054/900/924/large/aaron-wacker-event-horizon.jpg?1665626929",width=80,)
24
  with col2:
25
+ st.title("📝CSV Data Analyzer🧠")
26
  with col3:
27
  st.write("")
28
  c29, c30, c31 = st.columns([1, 6, 1])