Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|