MatthiasC commited on
Commit
cf834f9
1 Parent(s): d9c9dd6

Fix error with page configuration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ st.set_page_config(
40
  menu_items={
41
  'Get help': None,
42
  'Report a bug': None,
43
- 'About': about_page_markdown,
44
  }
45
  )
46
 
 
40
  menu_items={
41
  'Get help': None,
42
  'Report a bug': None,
43
+ 'About': None,
44
  }
45
  )
46