Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ankush05
/
thursday
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Ankush05
commited on
Sep 7, 2023
Commit
4c1fe20
·
1 Parent(s):
c296e0b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import streamlit as st
2
3
-
"
this
is
a
code
"
1
import streamlit as st
2
+
from streamlit_option_menu import option_menu
3
4
+
option_menu(None, [
"
Home",
"About
Us",
"
Logout"])