georad commited on
Commit
c6c1b47
·
verified ·
1 Parent(s): 9fde8b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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