KarthickAdopleAI commited on
Commit
6996c28
·
verified ·
1 Parent(s): 654e8ed

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -21
style.css CHANGED
@@ -3,32 +3,17 @@
3
  margin-left: auto;
4
  margin-right: auto;
5
  }
6
- gradio-app{
7
- background: rgb(153,0,255);
8
- background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
9
- height: 100%;
10
- width: 100%;
11
- }
12
  .filenameshow{
13
  height:100px;
14
  }
15
  .uploadbutton{
16
  height:42px;
17
  }
18
- #row-flex {
19
- display: flex;
20
- align-items: center;
21
- justify-content: center;
22
- }
23
- .leftimage .rightimage{
24
- float:left;
25
- filter: drop-shadow(20px 20px 10px white);
26
- }
27
- .leftimage{
28
- padding-top:40px;
29
- margin-left:310px;
30
  }
31
- .rightimage{
32
- padding-top:40px;
33
- margin-right:320px;
34
  }
 
3
  margin-left: auto;
4
  margin-right: auto;
5
  }
 
 
 
 
 
 
6
  .filenameshow{
7
  height:100px;
8
  }
9
  .uploadbutton{
10
  height:42px;
11
  }
12
+ gradio-app{
13
+ background: #f6f6f6;
14
+ height: 100%;
15
+ width: 100%;
 
 
 
 
 
 
 
 
16
  }
17
+ img{
18
+ height:100px;
 
19
  }