vsj0702 commited on
Commit
0602068
·
verified ·
1 Parent(s): 8232613

Adding to get input

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ with assistant_col:
36
  st.subheader("Code Assistant")
37
  render_chatbot(
38
  st.session_state.code,
 
39
  st.session_state.get("code_output", ""),
40
  st.session_state.get("error_output", "")
41
  )
 
36
  st.subheader("Code Assistant")
37
  render_chatbot(
38
  st.session_state.code,
39
+ st.session_state.get("stdin", ""),
40
  st.session_state.get("code_output", ""),
41
  st.session_state.get("error_output", "")
42
  )