Spaces:
Sleeping
Sleeping
Fixing error
Browse files
app.py
CHANGED
|
@@ -30,9 +30,7 @@ editor_col, assistant_col = st.columns((2, 1), gap="large")
|
|
| 30 |
|
| 31 |
with editor_col:
|
| 32 |
st.subheader("Editor")
|
| 33 |
-
|
| 34 |
-
editor_key = f"editor_{selected_lang}"
|
| 35 |
-
render_code_editor(selected_lang, ace_theme, editor_key)
|
| 36 |
|
| 37 |
with assistant_col:
|
| 38 |
st.subheader("Code Assistant")
|
|
|
|
| 30 |
|
| 31 |
with editor_col:
|
| 32 |
st.subheader("Editor")
|
| 33 |
+
render_code_editor(ace_theme)
|
|
|
|
|
|
|
| 34 |
|
| 35 |
with assistant_col:
|
| 36 |
st.subheader("Code Assistant")
|