cryogenic22 commited on
Commit
805202a
·
verified ·
1 Parent(s): 31fe386

Update app.py

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