andywu-kby commited on
Commit
dd57311
·
verified ·
1 Parent(s): 8e7f035

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -50,17 +50,18 @@ with gr.Blocks(css="""
50
  max-width: 100%;
51
  margin: auto;
52
  font-family: Arial, sans-serif;
 
53
  }
54
 
55
  .custom-container p {
56
  font-size: 16px;
57
- color: #333;
58
  margin-bottom: 10px;
59
  }
60
 
61
  .custom-container a {
62
  font-size: 16px;
63
- color: #007BFF;
64
  text-decoration: none;
65
  font-weight: bold;
66
  }
 
50
  max-width: 100%;
51
  margin: auto;
52
  font-family: Arial, sans-serif;
53
+ text-align: center;
54
  }
55
 
56
  .custom-container p {
57
  font-size: 16px;
58
+ color: #FFFFFF;
59
  margin-bottom: 10px;
60
  }
61
 
62
  .custom-container a {
63
  font-size: 16px;
64
+ color: #FFFFFF;
65
  text-decoration: none;
66
  font-weight: bold;
67
  }