Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|