Junaidb commited on
Commit
6010f03
·
verified ·
1 Parent(s): 7ee0a5a

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -227,7 +227,7 @@ def APP():
227
  with st.chat_message("assistant"):
228
  # Add animated typing effect with progress
229
  progress_placeholder = st.empty()
230
- progress_placeholder.info(f"📊 Loading operation {i+1}/{len(exp_data)}...")
231
 
232
  #operation_text = op.get("operation", "No operation text")
233
  #output_text = op.get("output", "No output text")
 
227
  with st.chat_message("assistant"):
228
  # Add animated typing effect with progress
229
  progress_placeholder = st.empty()
230
+ progress_placeholder.info(f"📊 Loading operation")
231
 
232
  #operation_text = op.get("operation", "No operation text")
233
  #output_text = op.get("output", "No output text")