Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -176,6 +176,12 @@ with gr.Blocks(title="Temperature Playground", theme=gr.themes.Soft(primary_hue=
|
|
| 176 |
"**Temperature is a product decision, not just an engineering parameter.**"
|
| 177 |
)
|
| 178 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
prompt_dd = gr.Dropdown(
|
| 180 |
choices=PROMPTS,
|
| 181 |
value=PROMPTS[0],
|
|
|
|
| 176 |
"**Temperature is a product decision, not just an engineering parameter.**"
|
| 177 |
)
|
| 178 |
|
| 179 |
+
gr.Markdown(
|
| 180 |
+
"> **PM Decision:** Temperature settings affect consistency vs creativity. "
|
| 181 |
+
"Higher temperature = more creative but less predictable outputs. "
|
| 182 |
+
"For customer support, use low temps (0-0.3). For marketing copy, try higher (0.7-1.0)."
|
| 183 |
+
)
|
| 184 |
+
|
| 185 |
prompt_dd = gr.Dropdown(
|
| 186 |
choices=PROMPTS,
|
| 187 |
value=PROMPTS[0],
|