Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
π fix issue with displaying batches on mobile
Browse filesSigned-off-by: peter szemraj <peterszemraj@gmail.com>
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;
|