Spaces:
Running
Running
Downgraded to the version 4.42.0 of the Gradio SDK
Browse filesBecause there is a bug in a newer version of Gradio that causes table
expansion when scrolling.
- README.md +1 -1
- 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.
|
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.
|
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
|