Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -491,9 +491,7 @@ if prompt :
|
|
| 491 |
"chat_history": st.session_state.chat_history
|
| 492 |
})
|
| 493 |
full_response = output["output"]
|
| 494 |
-
|
| 495 |
-
|
| 496 |
-
st.markdown(full_response, unsafe_allow_html=True)
|
| 497 |
|
| 498 |
|
| 499 |
# Display the response
|
|
|
|
| 491 |
"chat_history": st.session_state.chat_history
|
| 492 |
})
|
| 493 |
full_response = output["output"]
|
| 494 |
+
st.write(full_response, unsafe_allow_html=True)
|
|
|
|
|
|
|
| 495 |
|
| 496 |
|
| 497 |
# Display the response
|