robertselvam commited on
Commit
3700989
1 Parent(s): b59b7b1

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -2
style.css CHANGED
@@ -1,5 +1,5 @@
1
  #col-container {
2
- max-width: 800px;
3
  margin-left: auto;
4
  margin-right: auto;
5
  }
@@ -10,5 +10,8 @@ gradio-app{
10
  width: 100%;
11
  }
12
  .filenameshow{
13
- height:100px;
 
 
 
14
  }
 
1
  #col-container {
2
+ max-width: 700px;
3
  margin-left: auto;
4
  margin-right: auto;
5
  }
 
10
  width: 100%;
11
  }
12
  .filenameshow{
13
+ height:50px;
14
+ }
15
+ .uploadbutton{
16
+ height:50px;
17
  }