Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import asyncio
|
3 |
from core.agent_manager import AgentManager
|
|
|
1 |
+
credits: https://github.com/plaban1981/Medical-Agent-from-Scratch
|
2 |
+
|
3 |
import streamlit as st
|
4 |
import asyncio
|
5 |
from core.agent_manager import AgentManager
|