Spaces:
Runtime error
Runtime error
Commit ·
38768ad
1
Parent(s): 303bec4
remove cl run in app py
Browse files
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 |
-
|
| 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 |
|