jer233 commited on
Commit
6ba4c42
·
verified ·
1 Parent(s): 908c00e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,7 +28,7 @@ def run_test(input_text):
28
 
29
 
30
  css = """
31
- #header { text-align: center; font-size: 3em; margin-bottom: 20px; color: #3b5998; font-weight: bold;}
32
  #output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
33
  .links {
34
  display: flex;
@@ -76,7 +76,7 @@ css = """
76
  }
77
 
78
  .button:hover {
79
- background-color: #2d4373;
80
  }
81
 
82
  /* Set height for the Select Model dropdown */
 
28
 
29
 
30
  css = """
31
+ #header { text-align: center; font-size: 3em; margin-bottom: 20px; color: #ADD8E6; font-weight: bold;}
32
  #output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
33
  .links {
34
  display: flex;
 
76
  }
77
 
78
  .button:hover {
79
+ background-color: #0000FF;
80
  }
81
 
82
  /* Set height for the Select Model dropdown */