Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import streamlit as st
|
|
4 |
import os
|
5 |
import time
|
6 |
import pickle
|
|
|
7 |
import seaborn as sns
|
8 |
import matplotlib.pyplot as plt
|
9 |
import pip
|
|
|
4 |
import os
|
5 |
import time
|
6 |
import pickle
|
7 |
+
!pip install seaborn
|
8 |
import seaborn as sns
|
9 |
import matplotlib.pyplot as plt
|
10 |
import pip
|