Spaces:
Running
Running
Update ui/analytics_plot_generator.py
Browse files
ui/analytics_plot_generator.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import pandas as pd
|
2 |
import matplotlib.pyplot as plt
|
|
|
3 |
import logging
|
4 |
from io import BytesIO
|
5 |
import base64
|
|
|
1 |
import pandas as pd
|
2 |
import matplotlib.pyplot as plt
|
3 |
+
import matplotlib.dates as mdates # Import the dates module
|
4 |
import logging
|
5 |
from io import BytesIO
|
6 |
import base64
|