|
output,flag,username,timestamp
|
|
"' |
|
<style> |
|
table { |
|
border-collapse: collapse; |
|
width: 100%; |
|
} |
|
th, td { |
|
border: 1px solid black; |
|
padding: 8px; |
|
text-align: left; |
|
vertical-align: top; |
|
white-space: pre-wrap; |
|
max-width: 300px; |
|
max-height: 100px; |
|
overflow-y: auto; |
|
} |
|
th { |
|
background-color: #f2f2f2; |
|
} |
|
</style> |
|
<table border=""1"" class=""dataframe""> |
|
<thead> |
|
<tr style=""text-align: right;""> |
|
<th>Column1</th> |
|
<th>Column2</th> |
|
</tr> |
|
</thead> |
|
<tbody> |
|
<tr> |
|
<td>Line 1\nLine 2\nLine 3</td> |
|
<td>Short text</td> |
|
</tr> |
|
<tr> |
|
<td>Single line</td> |
|
<td>Very long text that goes on and on and might need scrolling in the cell</td> |
|
</tr> |
|
</tbody> |
|
</table>",,,2024-07-29 15:18:50.387842
|
|
|