root Claude Opus 4.6 commited on
Commit
68d48dc
·
1 Parent(s): bab91ae

fix: use unquoted python_version

Browse files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: gray
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
- python_version: "3.12"
9
  app_file: app.py
10
  pinned: true
11
  short_description: First benchmark testing LLM guards on safety and accuracy.
 
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
+ python_version: 3.12
9
  app_file: app.py
10
  pinned: true
11
  short_description: First benchmark testing LLM guards on safety and accuracy.