Spaces:
Sleeping
Sleeping
neerajkalyank
commited on
Commit
•
8d46f78
1
Parent(s):
0c2685a
Update app.py
Browse files
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;'
|
88 |
|
89 |
with gr.Tab("Patient Registration"):
|
90 |
with gr.Row():
|
@@ -132,10 +132,11 @@ body {
|
|
132 |
}
|
133 |
|
134 |
#header {
|
135 |
-
color: #
|
|
|
136 |
font-weight: 700;
|
137 |
text-transform: uppercase;
|
138 |
-
margin-bottom:
|
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 {
|