Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -3,7 +3,6 @@ import streamlit as st
|
|
| 3 |
import pandas as pd
|
| 4 |
import altair as alt
|
| 5 |
import matplotlib.pyplot as plt
|
| 6 |
-
import seaborn as sns
|
| 7 |
from scipy.stats import zscore
|
| 8 |
|
| 9 |
st.title('my shitty app ')
|
|
|
|
| 3 |
import pandas as pd
|
| 4 |
import altair as alt
|
| 5 |
import matplotlib.pyplot as plt
|
|
|
|
| 6 |
from scipy.stats import zscore
|
| 7 |
|
| 8 |
st.title('my shitty app ')
|