FocusFlow Assistant commited on
Commit ·
29de20e
1
Parent(s): d5a21b6
fix: Add missing os import for environment variable check
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import time
|
|
| 6 |
import streamlit.components.v1 as components
|
| 7 |
from streamlit_calendar import calendar
|
| 8 |
from datetime import date
|
|
|
|
| 9 |
|
| 10 |
# -----------------------------------------------------------------------------
|
| 11 |
# 1. CONFIG & CSS
|
|
|
|
| 6 |
import streamlit.components.v1 as components
|
| 7 |
from streamlit_calendar import calendar
|
| 8 |
from datetime import date
|
| 9 |
+
import os
|
| 10 |
|
| 11 |
# -----------------------------------------------------------------------------
|
| 12 |
# 1. CONFIG & CSS
|