georad commited on
Commit
75a2814
·
verified ·
1 Parent(s): c718aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -149,8 +149,7 @@ def launch_bot():
149
 
150
 
151
 
152
- if __name__ == "__main__":
153
- st.set_page_config(page_title="Sticky toolbar test", layout="wide")
154
- nest_asyncio.apply()
155
- asyncio.run(launch_bot())
156
-
 
149
 
150
 
151
 
152
+ if __name__ == "__main__":
153
+ st.set_page_config(page_title="Sticky toolbar test", layout="wide")
154
+ nest_asyncio.apply()
155
+ asyncio.run(launch_bot())