Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,12 @@ github : @Rupeshgarsondiya
|
|
4 |
Organization : L.J University
|
5 |
'''
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
import http
|
8 |
import streamlit as st
|
9 |
from PIL import Image
|
|
|
4 |
Organization : L.J University
|
5 |
'''
|
6 |
|
7 |
+
pip install numpy
|
8 |
+
pip install pandas
|
9 |
+
pip install sklearn
|
10 |
+
pip install streamlit
|
11 |
+
|
12 |
+
|
13 |
import http
|
14 |
import streamlit as st
|
15 |
from PIL import Image
|