rosacastillo commited on
Commit
8e8b44c
·
1 Parent(s): cdb3e15

upgrading gradio version to fix plotly legend

Browse files
Files changed (2) hide show
  1. README.md +1 -2
  2. requirements.txt +5 -5
README.md CHANGED
@@ -1,11 +1,10 @@
1
  ---
2
  title: Olas Prediction Live Dashboard
3
  emoji: 🔥
4
- python_version: 3.11.0
5
  colorFrom: red
6
  colorTo: indigo
7
  sdk: gradio
8
- sdk_version: 4.29.0
9
  app_file: app.py
10
  pinned: false
11
  ---
 
1
  ---
2
  title: Olas Prediction Live Dashboard
3
  emoji: 🔥
 
4
  colorFrom: red
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  ---
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- pandas==2.2.2
2
  seaborn
3
  matplotlib
4
  huggingface-hub
5
  pyarrow
6
  requests
7
- gradio==4.29.0
8
- plotly==5.24.0
9
- pydantic==2.8.2
10
- pydantic_core==2.20.1
11
  nbformat
12
  pytz
13
  duckdb
 
1
+ pandas
2
  seaborn
3
  matplotlib
4
  huggingface-hub
5
  pyarrow
6
  requests
7
+ gradio==4.44.0
8
+ plotly
9
+ pydantic
10
+ pydantic_core
11
  nbformat
12
  pytz
13
  duckdb