Spaces:
Sleeping
Sleeping
neerajkalyank
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def billing_interface(patient_id):
|
|
76 |
|
77 |
# Gradio Interface
|
78 |
with gr.Blocks() as app:
|
79 |
-
gr.Markdown("<h1 style='text-align: center;'
|
80 |
|
81 |
with gr.Tab("Patient Registration"):
|
82 |
gr.Markdown("<h2>Register a New Patient</h2>")
|
|
|
76 |
|
77 |
# Gradio Interface
|
78 |
with gr.Blocks() as app:
|
79 |
+
gr.Markdown("<h1 style='text-align: center;'>π©π»βπ¬πππ±π₯π¨π―π²π±π₯π π©π¦πͺπ°π¬</h1>", elem_id="header")
|
80 |
|
81 |
with gr.Tab("Patient Registration"):
|
82 |
gr.Markdown("<h2>Register a New Patient</h2>")
|