vibey commited on
Commit
8279c98
1 Parent(s): 752552c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
34
 
35
  # Article Summariser heading
36
- st.markdown("<h1 style = 'color:green; align:center; font-size: 40px;'> Article Summerizer</h1>", unsafe_allow_html=True)
37
 
38
  # control for Model Settings
39
  st.sidebar.markdown("<h4 style = 'color:green; align:center; font-size: 20px;'> Model Settings</h1>", unsafe_allow_html=True)
 
33
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
34
 
35
  # Article Summariser heading
36
+ st.markdown("<h1 style = 'color:green; align:center; font-size: 40px;'> Article Summariser</h1>", unsafe_allow_html=True)
37
 
38
  # control for Model Settings
39
  st.sidebar.markdown("<h4 style = 'color:green; align:center; font-size: 20px;'> Model Settings</h1>", unsafe_allow_html=True)