Spaces:
Sleeping
Sleeping
Michael Rey
commited on
Commit
·
f36ada3
1
Parent(s):
fda32d5
resolving issue
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.environ["STREAMLIT_CONFIG_FILE"] = os.path.join(os.path.dirname(__file__), ".streamlit", "config.toml")
|
3 |
|
4 |
import sys
|
5 |
import streamlit as st
|
|
|
1 |
import os
|
2 |
+
# os.environ["STREAMLIT_CONFIG_FILE"] = os.path.join(os.path.dirname(__file__), ".streamlit", "config.toml")
|
3 |
|
4 |
import sys
|
5 |
import streamlit as st
|