Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|