idolezal commited on
Commit
5f42dfe
β€’
1 Parent(s): 5928b80

Downgraded to the version 4.42.0 of the Gradio SDK

Browse files

Because there is a bug in a newer version of Gradio that causes table
expansion when scrolling.

Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸ“Š
4
  colorFrom: gray
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: true
10
  startup_duration_timeout: 5h 59m
 
4
  colorFrom: gray
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.42.0
8
  app_file: app.py
9
  pinned: true
10
  startup_duration_timeout: 5h 59m
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.0
2
  pandas==2.2.3
3
  azure-cosmos==4.7.0
4
  huggingface-hub==0.25.1
 
1
+ gradio==4.42.0
2
  pandas==2.2.3
3
  azure-cosmos==4.7.0
4
  huggingface-hub==0.25.1