marziehben commited on
Commit
7afa0a3
·
verified ·
1 Parent(s): 84b2eb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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
- # Visualize the dataframe in the Streamlit app
43
- st.write("""
44
- # Grade of Parts
45
- """)
46
 
47
  # Title
48
- st.title ("Hello Engineer")
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