Spaces:
Runtime error
Runtime error
Commit
路
ecb15c1
1
Parent(s):
e2e488d
title
Browse files
app.py
CHANGED
@@ -53,11 +53,11 @@ if selected2 == "Home":
|
|
53 |
col1.markdown("""
|
54 |
<br/>
|
55 |
<br/>
|
56 |
-
<
|
57 |
<h1 style="text-align:center; font-weight:bold;
|
58 |
-
text-shadow:0px 0px 10px #5c62ac">LatamBrain</h1>
|
59 |
<h5 style="text-align:center;color:#5c62ac">t煤 cerebro tecnol贸gico</h5>
|
60 |
-
<
|
61 |
""", unsafe_allow_html=True)
|
62 |
col2.image(image, width=300)
|
63 |
|
|
|
53 |
col1.markdown("""
|
54 |
<br/>
|
55 |
<br/>
|
56 |
+
<br/>
|
57 |
<h1 style="text-align:center; font-weight:bold;
|
58 |
+
text-shadow:0px 0px 10px #5c62ac;font-size:3rem">LatamBrain</h1>
|
59 |
<h5 style="text-align:center;color:#5c62ac">t煤 cerebro tecnol贸gico</h5>
|
60 |
+
<br />
|
61 |
""", unsafe_allow_html=True)
|
62 |
col2.image(image, width=300)
|
63 |
|