Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
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
|
| 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")
|