DrishtiSharma commited on
Commit
c1f56db
·
verified ·
1 Parent(s): 6e09718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import asyncio
3
- from agent_manager import AgentManager
4
 
5
  # Set page configuration with custom theme
6
  st.set_page_config(
 
1
  import streamlit as st
2
  import asyncio
3
+ from core.agent_manager import AgentManager
4
 
5
  # Set page configuration with custom theme
6
  st.set_page_config(