jonathanjordan21 commited on
Commit
67e4f17
·
verified ·
1 Parent(s): b71c9a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ if uploaded_files:
91
  print(len(full_response))
92
  exec(full_response)
93
 
94
- full_response = "Here is the python code: \n\n```python"+ full_response +"\n```\n\nGenerated Response: \n\n"+ response
95
 
96
 
97
  with st.chat_message("assistant"):
 
91
  print(len(full_response))
92
  exec(full_response)
93
 
94
+ full_response = "Here is the python code: \n\n```python"+ full_response +"\n```\n\nGenerated Response: \n\n"+ str(response)
95
 
96
 
97
  with st.chat_message("assistant"):