DrishtiSharma commited on
Commit
e63f62f
·
verified ·
1 Parent(s): 610288c

Update app.py

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