Spaces:
Sleeping
Sleeping
Commit
·
155828c
1
Parent(s):
10a43f3
fixed_short_term_cosumption
Browse files
pages/1_Short_Term_Consumption.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import json
|
| 3 |
from utils import load_and_process_data, create_time_series_plot, display_statistics, call_api
|
| 4 |
-
from dotenv import load_dotenv
|
| 5 |
|
| 6 |
|
| 7 |
if 'api_token' not in st.session_state:
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import json
|
| 3 |
from utils import load_and_process_data, create_time_series_plot, display_statistics, call_api
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
if 'api_token' not in st.session_state:
|