renad0 commited on
Commit
d8eeda5
ยท
verified ยท
1 Parent(s): 15a3d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -67,26 +67,26 @@ body {
67
  background-color: #fff;
68
  }
69
  label {
70
- color: #4A90E2;
71
  font-weight: bold;
72
  }
73
  input[type="text"], textarea {
74
- border: 1px solid #4A90E2;
75
  }
76
  textarea {
77
  height: 150px;
78
  }
79
  button {
80
- background-color: #4A90E2;
81
  color: #fff;
82
  border-radius: 5px;
83
  cursor: pointer;
84
  }
85
  button:hover {
86
- background-color: #357ABD;
87
  }
88
  .dropdown {
89
- border: 1px solid #4A90E2;
90
  border-radius: 4px;
91
  }
92
  """
@@ -108,7 +108,8 @@ interface = gr.Interface(
108
  gr.Audio(label="Generated Audio", type="numpy")
109
  ],
110
  examples=examples,
111
- css=custom_css
112
  )
113
 
114
  interface.launch()
 
 
67
  background-color: #fff;
68
  }
69
  label {
70
+ color: #9B59B6; /* ุชุบูŠูŠุฑ ุงู„ู„ูˆู† ุฅู„ู‰ ุงู„ุจู†ูุณุฌูŠ */
71
  font-weight: bold;
72
  }
73
  input[type="text"], textarea {
74
+ border: 1px solid #9B59B6; /* ุชุบูŠูŠุฑ ุงู„ู„ูˆู† ุฅู„ู‰ ุงู„ุจู†ูุณุฌูŠ */
75
  }
76
  textarea {
77
  height: 150px;
78
  }
79
  button {
80
+ background-color: #9B59B6; /* ุชุบูŠูŠุฑ ุงู„ู„ูˆู† ุฅู„ู‰ ุงู„ุจู†ูุณุฌูŠ */
81
  color: #fff;
82
  border-radius: 5px;
83
  cursor: pointer;
84
  }
85
  button:hover {
86
+ background-color: #8E44AD; /* ู„ูˆู† ุฃุบู…ู‚ ู„ู„ุจู†ูุณุฌูŠ ุนู†ุฏ ุงู„ู…ุฑูˆุฑ */
87
  }
88
  .dropdown {
89
+ border: 1px solid #9B59B6; /* ุชุบูŠูŠุฑ ุงู„ู„ูˆู† ุฅู„ู‰ ุงู„ุจู†ูุณุฌูŠ */
90
  border-radius: 4px;
91
  }
92
  """
 
108
  gr.Audio(label="Generated Audio", type="numpy")
109
  ],
110
  examples=examples,
111
+ css=custom_css
112
  )
113
 
114
  interface.launch()
115
+