MLDeveloper commited on
Commit
168c3c8
·
verified ·
1 Parent(s): 4e7a082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with st.form("solar_form"):
34
 
35
  st.radio(
36
  "Select Solar Project Type",
37
- options=["Rooftop Solar"],
38
  index=0,
39
  disabled=True
40
  )
 
34
 
35
  st.radio(
36
  "Select Solar Project Type",
37
+ ["Rooftop Solar"],
38
  index=0,
39
  disabled=True
40
  )