RishabA commited on
Commit
956b9d2
·
verified ·
1 Parent(s): 6addb3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -15
app.py CHANGED
@@ -35,22 +35,18 @@ def predict_sentiment(text):
35
 
36
 
37
  css_str = """
38
- body {
39
- background-color: #f7f7f7;
40
- }
 
 
 
41
 
42
- .title {
43
- font-size: 48px;
44
- font-weight: bold;
45
- text-align: center;
46
- margin-top: 20px;
47
- }
48
-
49
- .description {
50
- font-size: 20px;
51
- text-align: center;
52
- argin-bottom: 40px;
53
- }
54
  """
55
 
56
  with gr.Blocks(css=css_str) as demo:
 
35
 
36
 
37
  css_str = """
38
+ .title {
39
+ font-size: 48px;
40
+ font-weight: bold;
41
+ text-align: center;
42
+ margin-top: 20px;
43
+ }
44
 
45
+ .description {
46
+ font-size: 20px;
47
+ text-align: center;
48
+ argin-bottom: 40px;
49
+ }
 
 
 
 
 
 
 
50
  """
51
 
52
  with gr.Blocks(css=css_str) as demo: