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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ if 'messages' not in st.session_state:
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 {height: 600px;overflow-y: overlay}</style>', unsafe_allow_html=True)
13
  st.markdown(new_title, unsafe_allow_html=True)
14
 
15
  # Define the Streamlit app
 
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
 
15
  # Define the Streamlit app