zhuohan-7 commited on
Commit
c85760c
·
1 Parent(s): 5e2340a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app/show_examples.py +3 -1
app/show_examples.py CHANGED
@@ -74,8 +74,10 @@ def show_dataset_examples(display_name):
74
  <th style="width:50%">PROMPT</th>
75
  <th style="width:50%">ANSWER</th>
76
  </tr>
77
- {s}
78
  </thead>
 
 
 
79
  </table>"""
80
 
81
  st.markdown(f"""<div class="my-container-table">
 
74
  <th style="width:50%">PROMPT</th>
75
  <th style="width:50%">ANSWER</th>
76
  </tr>
 
77
  </thead>
78
+ <tbody>
79
+ {s}
80
+ </tbody>
81
  </table>"""
82
 
83
  st.markdown(f"""<div class="my-container-table">