vsj0702 commited on
Commit
0a67d05
·
verified ·
1 Parent(s): be5d112

Fixing error

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- selected_lang = st.session_state.get("language", "Python")
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")