Update app.py
Browse files
app.py
CHANGED
@@ -153,4 +153,4 @@ def launch_bot():
|
|
153 |
if __name__ == "__main__":
|
154 |
st.set_page_config(page_title="Sticky toolbar test", layout="wide")
|
155 |
nest_asyncio.apply()
|
156 |
-
asyncio.run(launch_bot())
|
|
|
153 |
if __name__ == "__main__":
|
154 |
st.set_page_config(page_title="Sticky toolbar test", layout="wide")
|
155 |
nest_asyncio.apply()
|
156 |
+
#asyncio.run(launch_bot())
|