lvwerra HF staff commited on
Commit
dfa06cf
·
verified ·
1 Parent(s): 571d707

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
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>