Spaces:
Runtime error
Runtime error
Chaninder Rishi
commited on
Commit
·
5304920
1
Parent(s):
a30e7d0
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import csv
|
|
4 |
import json
|
5 |
import matplotlib.pyplot as plt
|
6 |
import ast
|
|
|
7 |
from sklearn import linear_model
|
8 |
|
9 |
|
|
|
4 |
import json
|
5 |
import matplotlib.pyplot as plt
|
6 |
import ast
|
7 |
+
import sklearn
|
8 |
from sklearn import linear_model
|
9 |
|
10 |
|