MLDeveloper commited on
Commit
68c59ae
·
verified ·
1 Parent(s): c72cacb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,7 +34,8 @@ with st.form("solar_form"):
34
 
35
  st.radio(
36
  "Select Solar Project Type",
37
- 'Rooftop Solar',
 
38
  index=0,
39
  disabled=True
40
  )
 
34
 
35
  st.radio(
36
  "Select Solar Project Type",
37
+ # Bolded Rooftop Solar title
38
+ st.markdown("### **Rooftop Solar**"),
39
  index=0,
40
  disabled=True
41
  )