Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,8 +147,8 @@ def analyze_text(text):
|
|
147 |
return nb_mots, polarite, subjectivite, mots_cles, resume1, resume2
|
148 |
|
149 |
|
150 |
-
st.title('Text Analysis and Summary')
|
151 |
|
|
|
152 |
background_style = """
|
153 |
<style>
|
154 |
body {
|
@@ -161,6 +161,8 @@ background_style = """
|
|
161 |
"""
|
162 |
st.markdown(background_style, unsafe_allow_html=True)
|
163 |
|
|
|
|
|
164 |
text = st.text_area('Enter text here:')
|
165 |
|
166 |
if st.button('Analyze'):
|
|
|
147 |
return nb_mots, polarite, subjectivite, mots_cles, resume1, resume2
|
148 |
|
149 |
|
|
|
150 |
|
151 |
+
st.image('bleublancrouge.jpg', use_column_width=True)
|
152 |
background_style = """
|
153 |
<style>
|
154 |
body {
|
|
|
161 |
"""
|
162 |
st.markdown(background_style, unsafe_allow_html=True)
|
163 |
|
164 |
+
st.title('Text Analysis and Summary')
|
165 |
+
|
166 |
text = st.text_area('Enter text here:')
|
167 |
|
168 |
if st.button('Analyze'):
|