Spaces:
Runtime error
Runtime error
JavierGon12
commited on
Commit
•
986b9d9
1
Parent(s):
624f9ac
Add logo to intro
Browse files
app.py
CHANGED
@@ -51,8 +51,11 @@ show_pages(
|
|
51 |
|
52 |
#Add streamlit logo
|
53 |
|
54 |
-
st.
|
55 |
-
|
|
|
|
|
|
|
56 |
st.write("##")
|
57 |
st.markdown(
|
58 |
"""
|
@@ -86,4 +89,3 @@ with right_col:
|
|
86 |
|
87 |
|
88 |
|
89 |
-
st.image(image)
|
|
|
51 |
|
52 |
#Add streamlit logo
|
53 |
|
54 |
+
col1,col2,col3=st.columns(3)
|
55 |
+
with col1:
|
56 |
+
st.header("Intro")
|
57 |
+
with col3:
|
58 |
+
st.image("logo retraced 2.png",width=150)
|
59 |
st.write("##")
|
60 |
st.markdown(
|
61 |
"""
|
|
|
89 |
|
90 |
|
91 |
|
|