Abdullah4747 commited on
Commit
393dc75
·
1 Parent(s): 99d48ea
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -7,7 +7,7 @@ import matplotlib.pyplot as plt
7
  import seaborn as sns
8
  import pandas as pd
9
  import cv2
10
- ##
11
 
12
  # Load saved model (custom CNN)
13
  @st.cache_resource
 
7
  import seaborn as sns
8
  import pandas as pd
9
  import cv2
10
+ import plotly.express as px
11
 
12
  # Load saved model (custom CNN)
13
  @st.cache_resource
requirements.txt CHANGED
@@ -5,4 +5,5 @@ Pillow
5
  matplotlib
6
  seaborn
7
  pandas
 
8
  opencv-python
 
5
  matplotlib
6
  seaborn
7
  pandas
8
+ plotly[express]
9
  opencv-python