tiahchia commited on
Commit
e3432b3
·
verified ·
1 Parent(s): 139e5e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ canvas#particles { position:fixed; top:0; left:0; width:100%; height:100%; z-ind
123
 
124
  # --- Compact Language selector (no label) ---
125
  lang_selector = gr.Radio(
126
- choices=["Python", "Web (HTML/CSS/JS)"],
127
  value="Web (HTML/CSS/JS)",
128
  label=None # Removed label for compact look
129
  )
 
123
 
124
  # --- Compact Language selector (no label) ---
125
  lang_selector = gr.Radio(
126
+ choices=["Python", "Web (HTML/CSS/JS)","JavaScript", "Bash"],
127
  value="Web (HTML/CSS/JS)",
128
  label=None # Removed label for compact look
129
  )