Raj086 commited on
Commit
fe62ed9
1 Parent(s): 6601f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ menu = ['FR','FRM','AB']
86
  option = st.sidebar.selectbox("Select your model",menu)
87
 
88
  if option=='FR':
89
- st.markdown("<h2>Sites Under-Construction :-(</h2>",unsafe_allow_html=True)
90
 
91
 
92
 
 
86
  option = st.sidebar.selectbox("Select your model",menu)
87
 
88
  if option=='FR':
89
+ st.markdown("<h2 <style>color:red;</style>>Sites Under-Construction :-(</h2>",unsafe_allow_html=True)
90
 
91
 
92