Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,8 @@ import seaborn as sns
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import os
|
6 |
import pandas as pd
|
7 |
-
from io import StringIO
|
|
|
8 |
# from linePlot import plot_stacked_time_series, plot_emotion_topic_grid
|
9 |
|
10 |
# Define your Hugging Face token (make sure to set it as an environment variable)
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import os
|
6 |
import pandas as pd
|
7 |
+
from io import StringIO, BytesIO
|
8 |
+
import base64
|
9 |
# from linePlot import plot_stacked_time_series, plot_emotion_topic_grid
|
10 |
|
11 |
# Define your Hugging Face token (make sure to set it as an environment variable)
|