datasciencedojo commited on
Commit
84f95c3
1 Parent(s): a261761

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -39
app.py CHANGED
@@ -18,45 +18,6 @@ footer {display:none !important}
18
  --tw-bg-opacity: 1 !important;
19
  background-color: rgb(229,225,255) !important;
20
  }
21
-
22
- .gr-button-lg {
23
- z-index: 14;
24
- width: 113px !important;
25
- height: 30px !important;
26
- left: 0px;
27
- top: 0px;
28
- padding: 0px;
29
- cursor: pointer !important;
30
- background: none rgb(17, 20, 45) !important;
31
- border: none !important;
32
- text-align: center !important;
33
- font-size: 14px !important;
34
- font-weight: 500 !important;
35
- color: rgb(255, 255, 255) !important;
36
- line-height: 1 !important;
37
- border-radius: 6px !important;
38
- transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
39
- box-shadow: none !important;
40
- }
41
- .gr-button-lg:hover{
42
- z-index: 14;
43
- width: 113px !important;
44
- height: 30px !important;
45
- left: 0px;
46
- top: 0px;
47
- padding: 0px;
48
- cursor: pointer !important;
49
- background: none rgb(37, 56, 133) !important;
50
- border: none !important;
51
- text-align: center !important;
52
- font-size: 14px !important;
53
- font-weight: 500 !important;
54
- color: rgb(255, 255, 255) !important;
55
- line-height: 1 !important;
56
- border-radius: 6px !important;
57
- transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
58
- box-shadow: rgb(0 0 0 / 23%) 0px 1px 7px 0px !important;
59
- }
60
  """
61
 
62
  with gr.Blocks(title="Twitter Temporal Insights | Data Science Dojo", css = css) as demo:
 
18
  --tw-bg-opacity: 1 !important;
19
  background-color: rgb(229,225,255) !important;
20
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  """
22
 
23
  with gr.Blocks(title="Twitter Temporal Insights | Data Science Dojo", css = css) as demo: