marziehben commited on
Commit
a1c83fe
·
verified ·
1 Parent(s): ca89386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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("Classification")
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>