nathanael-fijalkow commited on
Commit
b3ea7f0
·
verified ·
1 Parent(s): 53b4106

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,8 +4,8 @@ emoji: 🕵️
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: "5.0.0"
8
- python_version: "3.11"
9
  app_file: app.py
10
  pinned: true
11
  ---
@@ -82,4 +82,4 @@ The JSON output contains:
82
  - `rounds`: Array of rounds with clue, number, and guesses
83
  - `final_state`: Win/loss status and rounds taken
84
 
85
- Use this data to analyze performance or train ML models.
 
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 6.6.0
8
+ python_version: '3.11'
9
  app_file: app.py
10
  pinned: true
11
  ---
 
82
  - `rounds`: Array of rounds with clue, number, and guesses
83
  - `final_state`: Win/loss status and rounds taken
84
 
85
+ Use this data to analyze performance or train ML models.