yashash045 commited on
Commit
904be9a
·
verified ·
1 Parent(s): e8c4f70

Update app.py: humanise voice, narrative, captions

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -209,8 +209,8 @@ def build_ui():
209
  with gr.Blocks(title="DevOps Pipeline Demo",
210
  theme=gr.themes.Soft(primary_hue="blue")) as demo:
211
  gr.Markdown(
212
- "# 🛠️ DevOps Pipeline Gym Play as the On-Call Engineer\n"
213
- "*Five microservices. Three role hats. One rule: don't make it worse.* "
214
  "Same env our trained Qwen3-1.7B agent operates in.\n\n"
215
  "**Env Space:** [yashash045/devops-pipeline-gym](https://huggingface.co/spaces/yashash045/devops-pipeline-gym) · "
216
  "**Trained adapter:** [yashash045/devops-pipeline-gym-sft-adapter](https://huggingface.co/yashash045/devops-pipeline-gym-sft-adapter) · "
@@ -261,7 +261,7 @@ def build_ui():
261
  gr.Markdown("### Action panel")
262
  gr.Markdown(
263
  "Buttons are organised by role (DEV / SRE / OPS). "
264
- "Acting outside the **current_role** above costs `-0.15` and the action is dropped try it and see."
265
  )
266
 
267
  with gr.Row():
 
209
  with gr.Blocks(title="DevOps Pipeline Demo",
210
  theme=gr.themes.Soft(primary_hue="blue")) as demo:
211
  gr.Markdown(
212
+ "# 🛠️ DevOps Pipeline Gym. Play as the On-Call Engineer.\n"
213
+ "Five microservices. Three roles. One rule: do not make it worse. "
214
  "Same env our trained Qwen3-1.7B agent operates in.\n\n"
215
  "**Env Space:** [yashash045/devops-pipeline-gym](https://huggingface.co/spaces/yashash045/devops-pipeline-gym) · "
216
  "**Trained adapter:** [yashash045/devops-pipeline-gym-sft-adapter](https://huggingface.co/yashash045/devops-pipeline-gym-sft-adapter) · "
 
261
  gr.Markdown("### Action panel")
262
  gr.Markdown(
263
  "Buttons are organised by role (DEV / SRE / OPS). "
264
+ "Acting outside the **current_role** above costs `-0.15` and the action is dropped. Try it and see."
265
  )
266
 
267
  with gr.Row():