Spaces:
Running
Running
marziehben
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -39,13 +39,10 @@ print(metrics.classification_report(y_true['level'], y_pred=predict))
|
|
39 |
print(type(X))
|
40 |
print(type(y))
|
41 |
|
42 |
-
|
43 |
-
st.write("""
|
44 |
-
# Grade of Parts
|
45 |
-
""")
|
46 |
|
47 |
# Title
|
48 |
-
st.title ("
|
49 |
|
50 |
|
51 |
|
|
|
39 |
print(type(X))
|
40 |
print(type(y))
|
41 |
|
42 |
+
|
|
|
|
|
|
|
43 |
|
44 |
# Title
|
45 |
+
st.title ("Grade of Parts")
|
46 |
|
47 |
|
48 |
|