neerajkalyank commited on
Commit
4779663
1 Parent(s): eb7a558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -84,7 +84,14 @@ 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():
 
84
 
85
  # Gradio Interface
86
  with gr.Blocks() as app:
87
+ gr.Markdown("""
88
+ <div style="display: flex; align-items: center; justify-content: center;">
89
+ <img src="file/logo.png" alt="Logo" style="height: 50px; margin-right: 15px;">
90
+ <h1 style="color: #ff9800; font-size: 2.5em; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);">
91
+ Sathkrutha LIMS
92
+ </h1>
93
+ </div>
94
+ """, elem_id="header")
95
 
96
  with gr.Tab("Patient Registration"):
97
  with gr.Row():