anonymous-researcher912 commited on
Commit
3dc6935
1 Parent(s): 32e9007

add instruction on reporting issues

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import datasets
3
 
4
  humaneval_v_data = datasets.load_from_disk("humaneval_v_test_hf")
5
  st.set_page_config(layout="wide", page_title="HumanEval-V Viewer")
 
 
6
  st.markdown("---")
7
 
8
  max_index = 108
 
3
 
4
  humaneval_v_data = datasets.load_from_disk("humaneval_v_test_hf")
5
  st.set_page_config(layout="wide", page_title="HumanEval-V Viewer")
6
+
7
+ st.markdown("> <i>This is a viewer for the HumanEval-V benchmark, which consists of 108 coding tasks. Use the navigation buttons or enter an index to browse the tasks. If you encounter any issues, we encourage you to start a discussion [here](https://huggingface.co/datasets/HumanEval-V/HumanEval-V-Benchmark/discussions)</i>.", unsafe_allow_html=True)
8
  st.markdown("---")
9
 
10
  max_index = 108