Spaces:
Sleeping
Sleeping
miesnerjacob
commited on
Commit
Β·
d30b3cd
1
Parent(s):
9a06d85
changed html sizes
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ elif page == "Sentiment Analysis":
|
|
149 |
st.write("")
|
150 |
st.subheader("Sentiment Justification")
|
151 |
raw_html = html._repr_html_()
|
152 |
-
st.components.v1.html(raw_html)
|
153 |
|
154 |
elif page == "Keyword Extraction":
|
155 |
st.header('Keyword Extraction')
|
|
|
149 |
st.write("")
|
150 |
st.subheader("Sentiment Justification")
|
151 |
raw_html = html._repr_html_()
|
152 |
+
st.components.v1.html(raw_html, height=500)
|
153 |
|
154 |
elif page == "Keyword Extraction":
|
155 |
st.header('Keyword Extraction')
|