perezcatriel commited on
Commit
ecb15c1
1 Parent(s): e2e488d
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,11 +53,11 @@ if selected2 == "Home":
53
  col1.markdown("""
54
  <br/>
55
  <br/>
56
- <hr/>
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
- <hr />
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