sy-lac commited on
Commit
ab9324c
1 Parent(s): cfe0426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -151,7 +151,7 @@ def analyze_text(text):
151
  background_style = """
152
  <style>
153
  body {
154
- background-image: url('bleublancrouge.jpg');
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('bleublancrouge.jpg', use_column_width=True)
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