Nishthap commited on
Commit
b1cebc8
1 Parent(s): 1cbe649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -2,18 +2,18 @@ import streamlit as st
2
  import joblib
3
  import pandas as pd
4
 
5
- st.title('Placement Prediction app')
6
- st.markdown("""
7
- <style>
8
- .title {
9
- font-size: 50px;
10
- font-weight: bold;
11
- color: #4CAF50;
12
- text-align: center;
13
- font-family: 'Courier New', Courier, monospace;
14
- }
15
- </style>
16
- """, unsafe_allow_html=True)
17
 
18
 
19
  # st.title('Placement Prediction App')
 
2
  import joblib
3
  import pandas as pd
4
 
5
+ # st.title('Placement Prediction app')
6
+ # st.markdown("""
7
+ # <style>
8
+ # .title {
9
+ # font-size: 50px;
10
+ # font-weight: bold;
11
+ # color: #4CAF50;
12
+ # text-align: center;
13
+ # font-family: 'Courier New', Courier, monospace;
14
+ # }
15
+ # </style>
16
+ # """, unsafe_allow_html=True)
17
 
18
 
19
  # st.title('Placement Prediction App')