Spaces:
Sleeping
Sleeping
bug fix
Browse files
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",
|