neerajkalyank commited on
Commit
1ad4f59
1 Parent(s): 6d47380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -239,6 +239,16 @@ input, select, textarea {
239
  background-color: rgba(255, 215, 0, 0.1) !important; /* Light yellow background for active tab */
240
  padding: 8px 16px !important;
241
  }
 
 
 
 
 
 
 
 
 
 
242
  """
243
 
244
  # Gradio Interface
 
239
  background-color: rgba(255, 215, 0, 0.1) !important; /* Light yellow background for active tab */
240
  padding: 8px 16px !important;
241
  }
242
+ /* Billing Output Styling */
243
+ #billing_output {
244
+ color: #ffffff !important; /* Set text color to white */
245
+ background-color: rgba(0, 0, 50, 0.8) !important;
246
+ padding: 10px;
247
+ border-radius: 5px;
248
+ font-weight: bold;
249
+ text-align: left;
250
+ }
251
+
252
  """
253
 
254
  # Gradio Interface