S6six commited on
Commit
7c513b0
·
1 Parent(s): 6c816ea

Fix python_version in README metadata

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.29.0 # Or check your installed version with pip show gradio
8
- python_version: 3.10 # Adjust if necessary
9
  app_file: app.py
10
  license: apache-2.0 # Or choose another license if preferred
11
  ---
 
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.29.0 # Or check your installed version with pip show gradio
8
+ python_version: 3.10 # Corrected version
9
  app_file: app.py
10
  license: apache-2.0 # Or choose another license if preferred
11
  ---