Ankush05 commited on
Commit
40637d8
·
1 Parent(s): 4c1fe20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import streamlit as st
2
  from streamlit_option_menu import option_menu
3
 
4
- option_menu(None, ["Home", "About Us", "Logout"])
 
1
  import streamlit as st
2
  from streamlit_option_menu import option_menu
3
 
4
+ option_menu(None, ["Home", "About Us", "Logout"], orientation="horizontal")