Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
StreamlitAPIException: _repr_html_() is not a valid Streamlit command.
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def chat_actions():
|
|
| 85 |
st.session_state["chat_history"].append(
|
| 86 |
{
|
| 87 |
"role": "assistant",
|
| 88 |
-
"content":
|
| 89 |
}, # This can be replaced with your chat response logic
|
| 90 |
)
|
| 91 |
|
|
|
|
| 85 |
st.session_state["chat_history"].append(
|
| 86 |
{
|
| 87 |
"role": "assistant",
|
| 88 |
+
"content": pd.DataFrame(response),
|
| 89 |
}, # This can be replaced with your chat response logic
|
| 90 |
)
|
| 91 |
|