Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -653,9 +653,8 @@ with gr.Blocks(
|
|
| 653 |
)
|
| 654 |
output_eval_text = gr.Textbox(label="Evaluation Results")
|
| 655 |
state = gr.State()
|
| 656 |
-
|
| 657 |
-
|
| 658 |
-
gr.DataFrame(value=examples, headers=["Task", "LLM Prompt"], interactive=False)
|
| 659 |
with gr.Row():
|
| 660 |
privacy_text = gr.Textbox(
|
| 661 |
label="Privacy Notice",
|
|
|
|
| 653 |
)
|
| 654 |
output_eval_text = gr.Textbox(label="Evaluation Results")
|
| 655 |
state = gr.State()
|
| 656 |
+
gr.Markdown("### Example Prompts & Responses")
|
| 657 |
+
gr.DataFrame(value=examples, headers=["Task", "LLM Prompt"], interactive=False)
|
|
|
|
| 658 |
with gr.Row():
|
| 659 |
privacy_text = gr.Textbox(
|
| 660 |
label="Privacy Notice",
|