Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def analyze_text(text):
|
|
151 |
background_style = """
|
152 |
<style>
|
153 |
body {
|
154 |
-
background-image: url('
|
155 |
background-size: cover;
|
156 |
background-repeat: no-repeat;
|
157 |
background-attachment: fixed;
|
@@ -159,7 +159,7 @@ background_style = """
|
|
159 |
</style>
|
160 |
"""
|
161 |
st.markdown(background_style, unsafe_allow_html=True)
|
162 |
-
st.image('
|
163 |
|
164 |
st.title('Text Analysis and Summary')
|
165 |
|
|
|
151 |
background_style = """
|
152 |
<style>
|
153 |
body {
|
154 |
+
background-image: url('desmotsdanstouslessens.jpg');
|
155 |
background-size: cover;
|
156 |
background-repeat: no-repeat;
|
157 |
background-attachment: fixed;
|
|
|
159 |
</style>
|
160 |
"""
|
161 |
st.markdown(background_style, unsafe_allow_html=True)
|
162 |
+
st.image('desmotsdanstouslessens.jpg', use_column_width=True)
|
163 |
|
164 |
st.title('Text Analysis and Summary')
|
165 |
|