tiahchia commited on
Commit
9ab2a4e
·
verified ·
1 Parent(s): 75abf31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,11 +144,11 @@ canvas#particles { position:fixed; top:0; left:0; width:100%; height:100%; z-ind
144
  </h2>
145
  """)
146
 
147
- # --- Language selector without label ---
148
  lang_selector = gr.Radio(
149
  choices=["Python", "Web (HTML/CSS/JS)", "JavaScript", "Bash"],
150
  value="Web (HTML/CSS/JS)",
151
- label=None # This removes "Select Language"
152
  )
153
 
154
  # --- Vertical layout: output on top ---
 
144
  </h2>
145
  """)
146
 
147
+ # --- Language selector with label ---
148
  lang_selector = gr.Radio(
149
  choices=["Python", "Web (HTML/CSS/JS)", "JavaScript", "Bash"],
150
  value="Web (HTML/CSS/JS)",
151
+ label="Select Language"
152
  )
153
 
154
  # --- Vertical layout: output on top ---