Update app.py
Browse files
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(
|