lmbarak01 commited on
Commit
60d0ce1
·
1 Parent(s): 557f5d1

Bust stylesheet cache for download buttons

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -9,7 +9,7 @@
9
  content="Pharma.IA classroom demo for an 8-agent pharmacovigilance and complaints workflow running on OpenAI Agent Builder with guardrails, HITL escalation, and document-grounded scenarios."
10
  />
11
  <link rel="icon" href="data:," />
12
- <link rel="stylesheet" href="/static/styles.css" />
13
  <script
14
  src="https://cdn.platform.openai.com/deployments/chatkit/chatkit.js"
15
  async
 
9
  content="Pharma.IA classroom demo for an 8-agent pharmacovigilance and complaints workflow running on OpenAI Agent Builder with guardrails, HITL escalation, and document-grounded scenarios."
10
  />
11
  <link rel="icon" href="data:," />
12
+ <link rel="stylesheet" href="/static/styles.css?v=20260429-2" />
13
  <script
14
  src="https://cdn.platform.openai.com/deployments/chatkit/chatkit.js"
15
  async