Tulitula commited on
Commit
4e0ae27
·
verified ·
1 Parent(s): ad1b14d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -4,10 +4,9 @@ emoji: 🏢
4
  colorFrom: gray
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.42.0
8
  app_file: app.py
 
9
  pinned: false
10
- short_description: 'Analyse the profitability of investments from todays news '
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
4
  colorFrom: gray
5
  colorTo: pink
6
  sdk: gradio
7
+ # let requirements.txt decide the exact gradio version; omit sdk_version
8
  app_file: app.py
9
+ python_version: "3.10" # <-- QUOTED!
10
  pinned: false
11
+ short_description: Analyse the profitability of investments from todays news
12
  ---