EdBoy2202 commited on
Commit
fbddb10
·
verified ·
1 Parent(s): b43ae44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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