pszemraj commited on
Commit
af3f9ae
β€’
1 Parent(s): f18cdf1

πŸ› fix issue with displaying batches on mobile

Browse files

Signed-off-by: peter szemraj <peterszemraj@gmail.com>

Files changed (1) hide show
  1. utils.py +0 -1
utils.py CHANGED
@@ -209,7 +209,6 @@ def textlist2html(text_batches):
209
  # Step 3: Wrap the summary string in a larger div with background color, border, and padding
210
  text_html_block = f"""
211
  <div style="
212
- background-color: #f9f9f9;
213
  border: 1px solid #ddd;
214
  border-radius: 5px;
215
  padding: 20px;
 
209
  # Step 3: Wrap the summary string in a larger div with background color, border, and padding
210
  text_html_block = f"""
211
  <div style="
 
212
  border: 1px solid #ddd;
213
  border-radius: 5px;
214
  padding: 20px;