mgbam commited on
Commit
80901e6
·
verified ·
1 Parent(s): 089770e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from landing import render_landing
2
  from agent_manager import run_agents
3
  from dashboard.logs import show_logs
 
1
+ import streamlit as st
2
+ import subprocess
3
  from landing import render_landing
4
  from agent_manager import run_agents
5
  from dashboard.logs import show_logs