vsj0702 commited on
Commit
f3125e5
·
verified ·
1 Parent(s): aee8936
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ st.title("Pro Code Playground")
13
  st.markdown("Write, execute & export multi-language snippets, with built‑in AI assistance.")
14
 
15
  # Language selector
 
16
  with lang_col:
17
  lang = st.selectbox(
18
  "Language",
 
13
  st.markdown("Write, execute & export multi-language snippets, with built‑in AI assistance.")
14
 
15
  # Language selector
16
+ lang_col, spacer, theme_col = st.columns([3, 6, 1])
17
  with lang_col:
18
  lang = st.selectbox(
19
  "Language",