ShAnSantosh commited on
Commit
13ad3d9
·
verified ·
1 Parent(s): 882a1ba

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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)