sy-lac commited on
Commit
447c213
1 Parent(s): 6a43c1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,6 @@ def analyze_text(text):
148
 
149
 
150
 
151
- st.image('bleublancrouge.jpg', use_column_width=True)
152
  background_style = """
153
  <style>
154
  body {
@@ -160,6 +159,7 @@ background_style = """
160
  </style>
161
  """
162
  st.markdown(background_style, unsafe_allow_html=True)
 
163
 
164
  st.title('Text Analysis and Summary')
165
 
 
148
 
149
 
150
 
 
151
  background_style = """
152
  <style>
153
  body {
 
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