vidhiparikh commited on
Commit
9d5853b
1 Parent(s): 6e12c1e

Upload webapp_modified.py

Browse files
Files changed (1) hide show
  1. webapp_modified.py +0 -3
webapp_modified.py CHANGED
@@ -6,9 +6,6 @@ import gradio as gr
6
 
7
  #Pickle is a library that lets us work with machine learning models, which in Python are typically in a "pickle" file format
8
  import pickle
9
- import statistics
10
-
11
-
12
 
13
  #Orange is the Python library used by... well, Orange!
14
  from Orange.data import *
 
6
 
7
  #Pickle is a library that lets us work with machine learning models, which in Python are typically in a "pickle" file format
8
  import pickle
 
 
 
9
 
10
  #Orange is the Python library used by... well, Orange!
11
  from Orange.data import *