Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ from sklearn.metrics import mean_squared_error
|
|
| 11 |
from statsmodels.tsa.stattools import acf
|
| 12 |
from statsmodels.graphics.tsaplots import plot_acf
|
| 13 |
import matplotlib.pyplot as plt
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
def get_current_time():
|
|
|
|
| 11 |
from statsmodels.tsa.stattools import acf
|
| 12 |
from statsmodels.graphics.tsaplots import plot_acf
|
| 13 |
import matplotlib.pyplot as plt
|
| 14 |
+
from datetime import datetime
|
| 15 |
|
| 16 |
|
| 17 |
def get_current_time():
|