coolgandhi commited on
Commit
38768ad
·
1 Parent(s): 303bec4

remove cl run in app py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,6 +27,6 @@ async def start():
27
  msg.content= "Hi, welcome to research info bot. What is your query?"
28
  await msg.update()
29
 
30
- if __name__ == "__main__":
31
- cl.run()
32
 
 
27
  msg.content= "Hi, welcome to research info bot. What is your query?"
28
  await msg.update()
29
 
30
+ # if __name__ == "__main__":
31
+ # cl.run()
32