Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -73,8 +73,8 @@ def parse_exec_result_nb(execution):
|
|
73 |
|
74 |
system_template = """\
|
75 |
<details>
|
76 |
-
<summary>
|
77 |
-
<div class="alert alert-block alert-info">
|
78 |
<b>System:</b>
|
79 |
</div>
|
80 |
</summary>
|
|
|
73 |
|
74 |
system_template = """\
|
75 |
<details>
|
76 |
+
<summary style="display: flex; align-items: center;">
|
77 |
+
<div class="alert alert-block alert-info" style="margin: 0; width: 100%;">
|
78 |
<b>System:</b>
|
79 |
</div>
|
80 |
</summary>
|