Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def launch_bot():
|
|
130 |
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
-
st.set_page_config(page_title="Sticky toolbar test", layout="wide")
|
134 |
nest_asyncio.apply()
|
135 |
asyncio.run(launch_bot())
|
136 |
|
|
|
130 |
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
+
#st.set_page_config(page_title="Sticky toolbar test", layout="wide")
|
134 |
nest_asyncio.apply()
|
135 |
asyncio.run(launch_bot())
|
136 |
|