jsulz HF staff commited on
Commit
9f0d23e
β€’
1 Parent(s): ae2976d

updating gradio version and theme

Browse files
Files changed (5) hide show
  1. README.md +1 -1
  2. app.py +1 -1
  3. poetry.lock +0 -0
  4. pyproject.toml +1 -1
  5. requirements.txt +54 -62
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸ“ˆ
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 5.0.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
app.py CHANGED
@@ -385,7 +385,7 @@ def month_year_to_date(_df):
385
 
386
 
387
  # Create a gradio blocks interface and launch a demo
388
- with gr.Blocks() as demo:
389
  df, file_df, by_repo_type, by_extension, by_extension_month = process_dataset()
390
 
391
  # Convert year and month into a datetime column
 
385
 
386
 
387
  # Create a gradio blocks interface and launch a demo
388
+ with gr.Blocks(theme="citrus") as demo:
389
  df, file_df, by_repo_type, by_extension, by_extension_month = process_dataset()
390
 
391
  # Convert year and month into a datetime column
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -9,7 +9,7 @@ package-mode = false
9
 
10
  [tool.poetry.dependencies]
11
  python = "^3.12"
12
- gradio = "^4.44.0"
13
  pandas = "^2.2.3"
14
  plotly = "^5.24.1"
15
  pyarrow = "^17.0.0"
 
9
 
10
  [tool.poetry.dependencies]
11
  python = "^3.12"
12
+ gradio = "^5.0.1"
13
  pandas = "^2.2.3"
14
  plotly = "^5.24.1"
15
  pyarrow = "^17.0.0"
requirements.txt CHANGED
@@ -1,62 +1,54 @@
1
- aiofiles==23.2.1
2
- annotated-types==0.7.0
3
- anyio==4.6.0
4
- certifi==2024.8.30
5
- charset-normalizer==3.3.2
6
- click==8.1.7
7
- colorama==0.4.6
8
- contourpy==1.3.0
9
- cycler==0.12.1
10
- duckdb==1.1.0
11
- fastapi==0.115.0
12
- ffmpy==0.4.0
13
- filelock==3.16.1
14
- fonttools==4.54.0
15
- fsspec==2024.9.0
16
- gradio-client==1.3.0
17
- gradio==4.44.0
18
- h11==0.14.0
19
- httpcore==1.0.5
20
- httpx==0.27.2
21
- huggingface-hub==0.25.1
22
- idna==3.10
23
- importlib-resources==6.4.5
24
- jinja2==3.1.4
25
- kiwisolver==1.4.7
26
- markdown-it-py==3.0.0
27
- markupsafe==2.1.5
28
- matplotlib==3.9.2
29
- mdurl==0.1.2
30
- numpy==2.1.1
31
- orjson==3.10.7
32
- packaging==24.1
33
- pandas==2.2.3
34
- pillow==10.4.0
35
- plotly==5.24.1
36
- pyarrow==17.0.0
37
- pydantic-core==2.23.4
38
- pydantic==2.9.2
39
- pydub==0.25.1
40
- pygments==2.18.0
41
- pyparsing==3.1.4
42
- python-dateutil==2.9.0.post0
43
- python-multipart==0.0.10
44
- pytz==2024.2
45
- pyyaml==6.0.2
46
- requests==2.32.3
47
- rich==13.8.1
48
- ruff==0.6.7
49
- semantic-version==2.10.0
50
- shellingham==1.5.4
51
- six==1.16.0
52
- sniffio==1.3.1
53
- starlette==0.38.6
54
- tenacity==9.0.0
55
- tomlkit==0.12.0
56
- tqdm==4.66.5
57
- typer==0.12.5
58
- typing-extensions==4.12.2
59
- tzdata==2024.2
60
- urllib3==2.2.3
61
- uvicorn==0.30.6
62
- websockets==12.0
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.6.0
4
+ certifi==2024.8.30
5
+ charset-normalizer==3.4.0
6
+ click==8.1.7
7
+ colorama==0.4.6
8
+ fastapi==0.115.0
9
+ ffmpy==0.4.0
10
+ filelock==3.16.1
11
+ fsspec==2024.9.0
12
+ gradio-client==1.4.0
13
+ gradio==5.0.1
14
+ h11==0.14.0
15
+ httpcore==1.0.6
16
+ httpx==0.27.2
17
+ huggingface-hub==0.25.2
18
+ idna==3.10
19
+ jinja2==3.1.4
20
+ markdown-it-py==3.0.0
21
+ markupsafe==2.1.5
22
+ mdurl==0.1.2
23
+ numpy==2.1.2
24
+ orjson==3.10.7
25
+ packaging==24.1
26
+ pandas==2.2.3
27
+ pillow==10.4.0
28
+ plotly==5.24.1
29
+ pyarrow==17.0.0
30
+ pydantic-core==2.23.4
31
+ pydantic==2.9.2
32
+ pydub==0.25.1
33
+ pygments==2.18.0
34
+ python-dateutil==2.9.0.post0
35
+ python-multipart==0.0.12
36
+ pytz==2024.2
37
+ pyyaml==6.0.2
38
+ requests==2.32.3
39
+ rich==13.9.2
40
+ ruff==0.6.9
41
+ semantic-version==2.10.0
42
+ shellingham==1.5.4
43
+ six==1.16.0
44
+ sniffio==1.3.1
45
+ starlette==0.38.6
46
+ tenacity==9.0.0
47
+ tomlkit==0.12.0
48
+ tqdm==4.66.5
49
+ typer==0.12.5
50
+ typing-extensions==4.12.2
51
+ tzdata==2024.2
52
+ urllib3==2.2.3
53
+ uvicorn==0.31.1
54
+ websockets==12.0