Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ def log_agent_output(agent_type: str, output: str):
|
|
| 124 |
})
|
| 125 |
|
| 126 |
def display_agent_logs():
|
| 127 |
-
"""Display all agent logs"
|
| 128 |
if not st.session_state.agent_logs:
|
| 129 |
st.info("No agent activity logs yet. Generate a report to see agents in action!")
|
| 130 |
return
|
|
|
|
| 124 |
})
|
| 125 |
|
| 126 |
def display_agent_logs():
|
| 127 |
+
"""Display all agent logs"""
|
| 128 |
if not st.session_state.agent_logs:
|
| 129 |
st.info("No agent activity logs yet. Generate a report to see agents in action!")
|
| 130 |
return
|