Spaces:
Sleeping
Sleeping
Adding to get input
Browse files
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 |
)
|