Update app.py
Browse files
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"):
|