Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
24 |
with col2:
|
25 |
-
st.title("
|
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])
|