Dagfinn1962 commited on
Commit
3cbb71f
·
verified ·
1 Parent(s): 32e7fe8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -34,15 +34,16 @@ examples = [
34
 
35
  css="""
36
  #col-container {
37
- background:#cbc2c2;
38
  padding: 10px;
39
  color:#000000:
40
- font-weight:400;
41
  margin: 10 auto;
42
  border: 1px #FFFFFF;
43
  border-radius:15px;
44
  max-width: 100%;
45
  min-width: 600px;
 
46
  }
47
  """
48
 
 
34
 
35
  css="""
36
  #col-container {
37
+ background:#181717;
38
  padding: 10px;
39
  color:#000000:
40
+ font-weight:600;
41
  margin: 10 auto;
42
  border: 1px #FFFFFF;
43
  border-radius:15px;
44
  max-width: 100%;
45
  min-width: 600px;
46
+ border-radius: 15px;
47
  }
48
  """
49