Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,6 @@ 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():
|
| 18 |
now = datetime.now()
|
| 19 |
current_hour = now.hour
|
|
|
|
| 13 |
import matplotlib.pyplot as plt
|
| 14 |
from datetime import datetime
|
| 15 |
|
|
|
|
| 16 |
def get_current_time():
|
| 17 |
now = datetime.now()
|
| 18 |
current_hour = now.hour
|