fschwartzer commited on
Commit
a16cb6b
1 Parent(s): 535c2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -11,13 +11,13 @@ st.markdown("""
11
  </style>
12
  <div style='display: flex; flex-direction: column; align-items: flex-start;'>
13
  <div style='display: flex; align-items: center;'>
14
- <div style='width: 20px; height: 20px; background-color: green; margin-right: 2px;'></div>
15
- <div style='width: 20px; height: 20px; background-color: red; margin-right: 2px;'></div>
16
- <div style='width: 20px; height: 20px; background-color: yellow; margin-right: 10px;'></div>
17
- <span style='font-size: 40px; font-weight: bold; font-family: "Kanit", sans-serif;'>PROTAX</span>
18
  </div>
19
  <div style='text-align: left; width: 100%;'>
20
- <span style='font-size: 20px; font-weight: bold; color: #333; font-family: "Kanit", sans-serif'>
21
  <strong>PRO</strong>phet & <strong>TA</strong>pex E<strong>X</strong>plorer</span>
22
  </div>
23
  </div>
 
11
  </style>
12
  <div style='display: flex; flex-direction: column; align-items: flex-start;'>
13
  <div style='display: flex; align-items: center;'>
14
+ <div style='width: 20px; height: 40px; background-color: green; margin-right: 1px;'></div>
15
+ <div style='width: 20px; height: 40px; background-color: red; margin-right: 1px;'></div>
16
+ <div style='width: 20px; height: 40px; background-color: yellow; margin-right: 20px;'></div>
17
+ <span style='font-size: 40px; font-weight: normal; font-family: "Kanit", sans-serif;'>PROTAX</span>
18
  </div>
19
  <div style='text-align: left; width: 100%;'>
20
+ <span style='font-size: 20px; font-weight: normal; color: #333; font-family: "Kanit", sans-serif'>
21
  <strong>PRO</strong>phet & <strong>TA</strong>pex E<strong>X</strong>plorer</span>
22
  </div>
23
  </div>