awacke1 commited on
Commit
6bb3e27
1 Parent(s): fde1f14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ helpURL='https://huggingface.co/awacke1'
42
  bugURL='https://huggingface.co/spaces/awacke1'
43
  icons='🔬'
44
 
45
- useConfig=False
46
  if useConfig: # Component code at end runs py which makes this error so useConfig=False should allow it to work without
47
  st.set_page_config(
48
  page_title=title,
 
42
  bugURL='https://huggingface.co/spaces/awacke1'
43
  icons='🔬'
44
 
45
+ useConfig=True
46
  if useConfig: # Component code at end runs py which makes this error so useConfig=False should allow it to work without
47
  st.set_page_config(
48
  page_title=title,