mariamSoub commited on
Commit
3b7fe2a
·
verified ·
1 Parent(s): 223afb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -565,10 +565,7 @@ with gr.Blocks(title="Bias Detection & Mitigation Tool") as demo:
565
  inputs=response_input,
566
  outputs=analysis_output
567
  )
568
- gr.Button("Load Sample Evaluation").click(
569
- fn=run_light_auto_test,
570
- outputs=analysis_output
571
- )
572
  with gr.Tab("Neutralize Prompt"):
573
  gr.Markdown("### Get a more neutral version of your prompt")
574
  prompt_input = gr.Textbox(
 
565
  inputs=response_input,
566
  outputs=analysis_output
567
  )
568
+
 
 
 
569
  with gr.Tab("Neutralize Prompt"):
570
  gr.Markdown("### Get a more neutral version of your prompt")
571
  prompt_input = gr.Textbox(