Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import matplotlib.pyplot as plt
|
|
9 |
import numpy as np
|
10 |
from sklearn.preprocessing import LabelEncoder
|
11 |
from huggingface_hub import hf_hub_download
|
|
|
12 |
|
13 |
# Dataset loading function with caching
|
14 |
@st.cache_data
|
|
|
9 |
import numpy as np
|
10 |
from sklearn.preprocessing import LabelEncoder
|
11 |
from huggingface_hub import hf_hub_download
|
12 |
+
import base64
|
13 |
|
14 |
# Dataset loading function with caching
|
15 |
@st.cache_data
|