Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,11 +29,11 @@ def _max_width_():
|
|
| 29 |
# Title Bar with Images and Icons
|
| 30 |
col1, col2, col3 = st.columns([1,6,1])
|
| 31 |
with col1:
|
| 32 |
-
st.image("https://cdnb.artstation.com/p/assets/images/images/054/910/875/large/aaron-wacker-cyberpunk-computer-brain-design.jpg?1665656558",width=
|
| 33 |
with col2:
|
| 34 |
st.title("📝 CSV Data Analyzer 📊")
|
| 35 |
with col3:
|
| 36 |
-
st.image("https://cdna.artstation.com/p/assets/images/images/054/910/878/large/aaron-wacker-cyberpunk-computer-devices-iot.jpg?1665656564",width=
|
| 37 |
|
| 38 |
# Upload
|
| 39 |
c29, c30, c31 = st.columns([1, 6, 1])
|
|
|
|
| 29 |
# Title Bar with Images and Icons
|
| 30 |
col1, col2, col3 = st.columns([1,6,1])
|
| 31 |
with col1:
|
| 32 |
+
st.image("https://cdnb.artstation.com/p/assets/images/images/054/910/875/large/aaron-wacker-cyberpunk-computer-brain-design.jpg?1665656558",width=128,)
|
| 33 |
with col2:
|
| 34 |
st.title("📝 CSV Data Analyzer 📊")
|
| 35 |
with col3:
|
| 36 |
+
st.image("https://cdna.artstation.com/p/assets/images/images/054/910/878/large/aaron-wacker-cyberpunk-computer-devices-iot.jpg?1665656564",width=128,)
|
| 37 |
|
| 38 |
# Upload
|
| 39 |
c29, c30, c31 = st.columns([1, 6, 1])
|