Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -189,7 +189,8 @@ def APP():
|
|
189 |
for op in fetch_ops_response.get("exp"):
|
190 |
|
191 |
with st.chat_message("assistant"):
|
192 |
-
st.markdown(op)
|
|
|
193 |
"------------------------------------------------------------------"
|
194 |
|
195 |
|
|
|
189 |
for op in fetch_ops_response.get("exp"):
|
190 |
|
191 |
with st.chat_message("assistant"):
|
192 |
+
st.markdown(op.get("operation"))
|
193 |
+
st.markdown(op.get("output"))
|
194 |
"------------------------------------------------------------------"
|
195 |
|
196 |
|