yashphalle commited on
Commit
edf82fa
·
verified ·
1 Parent(s): 2b48b5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,9 +117,9 @@ def generate_and_evaluate(prompt: str):
117
  # 5. Build the Gradio UI
118
  # -----------------------------
119
  with gr.Blocks() as demo:
120
- gr.Markdown("# Remote Work Benefits Generator & Evaluator")
121
  gr.Markdown(
122
- "Enter a prompt about the key benefits of remote work for software engineers. "
123
  "The model will generate a response and our auto-evaluator will score it."
124
  )
125
 
 
117
  # 5. Build the Gradio UI
118
  # -----------------------------
119
  with gr.Blocks() as demo:
120
+ gr.Markdown("# Prompt Evaluator")
121
  gr.Markdown(
122
+ "Enter a prompt about something"
123
  "The model will generate a response and our auto-evaluator will score it."
124
  )
125