neerajkalyank commited on
Commit
7e940ad
1 Parent(s): 93eb34b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -120,6 +120,7 @@ with gr.Blocks() as app:
120
  billing_output = gr.Textbox(label="Billing Information")
121
  fetch_button.click(billing_interface, [patient_id_bill], billing_output)
122
 
 
123
  /* Global styling */
124
  body {
125
  font-family: 'Arial', sans-serif;
@@ -275,5 +276,6 @@ body {
275
  font-size: 0.9em;
276
  }
277
  }
 
278
 
279
  app.launch()
 
120
  billing_output = gr.Textbox(label="Billing Information")
121
  fetch_button.click(billing_interface, [patient_id_bill], billing_output)
122
 
123
+ app.css = """
124
  /* Global styling */
125
  body {
126
  font-family: 'Arial', sans-serif;
 
276
  font-size: 0.9em;
277
  }
278
  }
279
+ """
280
 
281
  app.launch()