Spaces:
Runtime error
Runtime error
Commit
·
20dfed1
1
Parent(s):
031c28d
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ st.markdown(""" <style> .appview-container .main .block-container {
|
|
98 |
#Add a logo (optional) in the sidebar
|
99 |
# logo = Image.open(r'C:\Users\13525\Desktop\Insights_Bees_logo.png')
|
100 |
with st.sidebar:
|
101 |
-
choose = option_menu("
|
102 |
icons=['camera fill', 'kanban', 'book','person lines fill'],
|
103 |
menu_icon="app-indicator", default_index=0,
|
104 |
styles={
|
|
|
98 |
#Add a logo (optional) in the sidebar
|
99 |
# logo = Image.open(r'C:\Users\13525\Desktop\Insights_Bees_logo.png')
|
100 |
with st.sidebar:
|
101 |
+
choose = option_menu("Content Examiner", ["Inspect Content","Generate Content","About", "Contact"],
|
102 |
icons=['camera fill', 'kanban', 'book','person lines fill'],
|
103 |
menu_icon="app-indicator", default_index=0,
|
104 |
styles={
|