datasetter458 commited on
Commit
3dda22b
·
verified ·
1 Parent(s): e81bbe8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ ssd = NamedTuple("SSD_SPECS", [
37
  ])
38
 
39
  st.write("<i>"
40
- "<center id=\"wtitle\" style=\"color: #dbd8e3; font-size:50px;\">welcome to central !</center>"
41
  "</i>", unsafe_allow_html=True)
42
  radio_buttons = st.radio("Select component : ", ("GPU", "SSD"))
43
 
 
37
  ])
38
 
39
  st.write("<i>"
40
+ "<center id=\"wtitle\" style=\"color: #dbd8e3; font-size:50px;\">welcome to <u>central</u> !</center>"
41
  "</i>", unsafe_allow_html=True)
42
  radio_buttons = st.radio("Select component : ", ("GPU", "SSD"))
43