rajk078 commited on
Commit
a90d8ad
·
1 Parent(s): 66cf4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ if 'messages' not in st.session_state:
8
  st.session_state['messages'] =[]
9
 
10
  st.set_page_config(page_title="Helpdesk Call Insight", layout="wide")
11
- new_title = '<p style="font-family:sans-serif; color:#47d7ac; font-size: 42px; text-align:center">Helpdesk Call Summarization</p>'
12
  st.markdown('<style> .st-at {max-height: 600px;overflow-y: overlay}</style>', unsafe_allow_html=True)
13
  st.markdown(new_title, unsafe_allow_html=True)
14
 
 
8
  st.session_state['messages'] =[]
9
 
10
  st.set_page_config(page_title="Helpdesk Call Insight", layout="wide")
11
+ new_title = '<p style="font-family:sans-serif; color:#47d7ac; font-size: 42px; text-align:center">Helpdesk Call Insight</p>'
12
  st.markdown('<style> .st-at {max-height: 600px;overflow-y: overlay}</style>', unsafe_allow_html=True)
13
  st.markdown(new_title, unsafe_allow_html=True)
14