Spaces:
Runtime error
Runtime error
typos update
Browse files
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
|
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(
|