Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("#
|
121 |
gr.Markdown(
|
122 |
-
"Enter a prompt about
|
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 |
|