Spaces:
Sleeping
Sleeping
marziehben
commited on
Commit
•
0f3cd52
1
Parent(s):
7afa0a3
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ print(type(y))
|
|
42 |
|
43 |
|
44 |
# Title
|
45 |
-
st.title ("
|
46 |
|
47 |
|
48 |
|
@@ -87,7 +87,7 @@ def main():
|
|
87 |
5:"F"
|
88 |
}
|
89 |
# giving the webpage a title
|
90 |
-
st.title("Lets know about
|
91 |
html_temp = """
|
92 |
<div style ="background-color:yellow;padding:13px">
|
93 |
<h1 style ="color:black;text-align:center;"> Classifier ML App </h1>
|
|
|
42 |
|
43 |
|
44 |
# Title
|
45 |
+
st.title ("Priority Control and Inspection")
|
46 |
|
47 |
|
48 |
|
|
|
87 |
5:"F"
|
88 |
}
|
89 |
# giving the webpage a title
|
90 |
+
st.title("Lets know about Grade of Parts")
|
91 |
html_temp = """
|
92 |
<div style ="background-color:yellow;padding:13px">
|
93 |
<h1 style ="color:black;text-align:center;"> Classifier ML App </h1>
|