Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image as PILImage
|
|
4 |
from io import BytesIO
|
5 |
import re
|
6 |
import pandas as pd
|
7 |
-
|
8 |
from streamlit_autorefresh import st_autorefresh
|
9 |
|
10 |
# Auto-refresh every 30 seconds (30,000 milliseconds)
|
|
|
4 |
from io import BytesIO
|
5 |
import re
|
6 |
import pandas as pd
|
7 |
+
import os
|
8 |
from streamlit_autorefresh import st_autorefresh
|
9 |
|
10 |
# Auto-refresh every 30 seconds (30,000 milliseconds)
|