Siddhant commited on
Commit
96aa432
·
verified ·
1 Parent(s): aa88060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- with gr.Row():
657
- gr.Markdown("### Example Prompts & Responses")
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",