jdesiree commited on
Commit
d9a70b5
·
verified ·
1 Parent(s): 2984761

Update gradio_prompt_testing.py

Browse files
Files changed (1) hide show
  1. gradio_prompt_testing.py +0 -3
gradio_prompt_testing.py CHANGED
@@ -1466,7 +1466,6 @@ with gr.Blocks(title="Mimir - Full Pipeline Testing", theme=gr.themes.Soft()) as
1466
  label="Test Name",
1467
  value="pipeline_test",
1468
  placeholder="Enter a name for this test run",
1469
- info="Used in filename"
1470
  )
1471
 
1472
  gr.Markdown("### Input Method")
@@ -1482,7 +1481,6 @@ with gr.Blocks(title="Mimir - Full Pipeline Testing", theme=gr.themes.Soft()) as
1482
  csv_file = gr.File(
1483
  label="Upload CSV File",
1484
  file_types=[".csv"],
1485
- info="One prompt per line, first column only"
1486
  )
1487
 
1488
  # Manual entry
@@ -1491,7 +1489,6 @@ with gr.Blocks(title="Mimir - Full Pipeline Testing", theme=gr.themes.Soft()) as
1491
  label="Enter Prompts (one per line)",
1492
  lines=15,
1493
  placeholder="What is calculus?\nHelp me understand photosynthesis\nCan you create practice questions for algebra?\nExplain Newton's laws of motion",
1494
- info="Enter multiple prompts, one per line"
1495
  )
1496
 
1497
  process_btn = gr.Button(
 
1466
  label="Test Name",
1467
  value="pipeline_test",
1468
  placeholder="Enter a name for this test run",
 
1469
  )
1470
 
1471
  gr.Markdown("### Input Method")
 
1481
  csv_file = gr.File(
1482
  label="Upload CSV File",
1483
  file_types=[".csv"],
 
1484
  )
1485
 
1486
  # Manual entry
 
1489
  label="Enter Prompts (one per line)",
1490
  lines=15,
1491
  placeholder="What is calculus?\nHelp me understand photosynthesis\nCan you create practice questions for algebra?\nExplain Newton's laws of motion",
 
1492
  )
1493
 
1494
  process_btn = gr.Button(