haroon-jay commited on
Commit
c4f7d11
·
verified ·
1 Parent(s): 86f65b1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from research_manager import ResearchManager
4
 
5
  load_dotenv(override=True)
6
 
 
7
 
8
  async def run(query: str):
9
  async for chunk in ResearchManager().run(query):
 
4
 
5
  load_dotenv(override=True)
6
 
7
+ print("Starting the app")
8
 
9
  async def run(query: str):
10
  async for chunk in ResearchManager().run(query):