neerajkalyank commited on
Commit
8d46f78
1 Parent(s): 0c2685a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -84,7 +84,7 @@ def billing_interface(patient_id):
84
 
85
  # Gradio Interface
86
  with gr.Blocks() as app:
87
- gr.Markdown("<h1 style='text-align: center;'>\t\t\tSathkrutha LIMS</h1>", elem_id="header")
88
 
89
  with gr.Tab("Patient Registration"):
90
  with gr.Row():
@@ -132,10 +132,11 @@ body {
132
  }
133
 
134
  #header {
135
- color: #ccdb42;
 
136
  font-weight: 700;
137
  text-transform: uppercase;
138
- margin-bottom: 20px;
139
  }
140
 
141
  .gradio-container {
 
84
 
85
  # Gradio Interface
86
  with gr.Blocks() as app:
87
+ gr.Markdown("<h1 style='text-align: center;'>Sathkrutha LIMS</h1>", elem_id="header")
88
 
89
  with gr.Tab("Patient Registration"):
90
  with gr.Row():
 
132
  }
133
 
134
  #header {
135
+ color: #d6ec0c;
136
+ text-align: center;
137
  font-weight: 700;
138
  text-transform: uppercase;
139
+ margin-bottom: 25px;
140
  }
141
 
142
  .gradio-container {