yuchenlin commited on
Commit
262e137
β€’
1 Parent(s): 0f9e3cb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def _tab_submit():
140
  and apply for the access for the [private dataset](https://huggingface.co/datasets/allenai/ZebraLogicBench-private) that contains the truth solutions.
141
  """
142
 
143
- gr.Markdown("### πŸš€ Submit Your Results\n\n" + markdown_text, elem_classes="markdown-text")
144
 
145
 
146
 
 
140
  and apply for the access for the [private dataset](https://huggingface.co/datasets/allenai/ZebraLogicBench-private) that contains the truth solutions.
141
  """
142
 
143
+ gr.Markdown("## πŸš€ Submit Your Results\n\n" + markdown_text, elem_classes="markdown-text")
144
 
145
 
146