Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
st.set_option("server.fileWatcherType", "none") # Disable filesystem watcher - good for deployed apps
|
| 3 |
|
| 4 |
import altair as alt # Keep if used, otherwise remove
|
| 5 |
import numpy as np # Keep if used, otherwise remove
|
|
|
|
| 1 |
import streamlit as st
|
|
|
|
| 2 |
|
| 3 |
import altair as alt # Keep if used, otherwise remove
|
| 4 |
import numpy as np # Keep if used, otherwise remove
|