dhuynh95 commited on
Commit
db06b34
1 Parent(s): dc85687

typos update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks() as demo:
275
  with gr.Column():
276
  gr.Markdown("""# More samples from The Stack.
277
  The examples shown above come from [The Stack](https://huggingface.co/datasets/bigcode/the-stack-dedup), an open-source dataset of code data.
278
- To try other examples from The Stack, you can browse the table below and click on the different training samples to assess their memorization score.""")
279
  with gr.Accordion("More samples", open=False):
280
  table = gr.DataFrame(value=df, row_count=5, label="Samples from The Stack", interactive=False)
281
  submit.click(
 
275
  with gr.Column():
276
  gr.Markdown("""# More samples from The Stack.
277
  The examples shown above come from [The Stack](https://huggingface.co/datasets/bigcode/the-stack-dedup), an open-source dataset of code data.
278
+ To try other examples from The Stack, you can browse the table below and select different training samples to re-run the checker with to assess their memorization score.""")
279
  with gr.Accordion("More samples", open=False):
280
  table = gr.DataFrame(value=df, row_count=5, label="Samples from The Stack", interactive=False)
281
  submit.click(