hysts HF staff commited on
Commit
cc91d5f
1 Parent(s): 9add4ca
Files changed (3) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
  3. style.css +1 -5
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🦀
4
  colorFrom: gray
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 3.47.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: gray
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 4.36.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -1 +1 @@
1
- pandas==2.1.1
 
1
+ pandas==2.2.2
style.css CHANGED
@@ -1,5 +1,6 @@
1
  h1 {
2
  text-align: center;
 
3
  }
4
 
5
  table a {
@@ -20,8 +21,3 @@ a:hover {
20
  table, th, td {
21
  border: 1px solid;
22
  }
23
-
24
- img#visitor-badge {
25
- display: block;
26
- margin: auto;
27
- }
 
1
  h1 {
2
  text-align: center;
3
+ display: block;
4
  }
5
 
6
  table a {
 
21
  table, th, td {
22
  border: 1px solid;
23
  }