Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ helpURL='https://huggingface.co/awacke1'
|
|
42 |
bugURL='https://huggingface.co/spaces/awacke1'
|
43 |
icons='🔬'
|
44 |
|
45 |
-
useConfig=
|
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,
|