Junaidb commited on
Commit
e7f0e81
·
verified ·
1 Parent(s): 3060684

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +2 -1
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