docster99 commited on
Commit
f018b9d
·
verified ·
1 Parent(s): 3395ccd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  import seaborn as sns
3
  import matplotlib.pyplot as plt
4
  import pandas as pd
 
5
 
6
  # Load data
7
  @st.cache_data # Cache the data loading to speed up app performance
 
2
  import seaborn as sns
3
  import matplotlib.pyplot as plt
4
  import pandas as pd
5
+ import numpy as np
6
 
7
  # Load data
8
  @st.cache_data # Cache the data loading to speed up app performance