Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,9 +47,7 @@ st.bar_chart(y)
|
|
47 |
|
48 |
# Title
|
49 |
st.title ("Hello Engineer")
|
50 |
-
|
51 |
-
# Header
|
52 |
-
st.header("Lets know about Quality Status")
|
53 |
|
54 |
|
55 |
# pickling the model
|
@@ -93,7 +91,7 @@ def main():
|
|
93 |
5:"F"
|
94 |
}
|
95 |
# giving the webpage a title
|
96 |
-
st.title("
|
97 |
html_temp = """
|
98 |
<div style ="background-color:yellow;padding:13px">
|
99 |
<h1 style ="color:black;text-align:center;"> Classifier ML App </h1>
|
|
|
47 |
|
48 |
# Title
|
49 |
st.title ("Hello Engineer")
|
50 |
+
|
|
|
|
|
51 |
|
52 |
|
53 |
# pickling the model
|
|
|
91 |
5:"F"
|
92 |
}
|
93 |
# giving the webpage a title
|
94 |
+
st.title("Lets know about Quality Status")
|
95 |
html_temp = """
|
96 |
<div style ="background-color:yellow;padding:13px">
|
97 |
<h1 style ="color:black;text-align:center;"> Classifier ML App </h1>
|