Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ async def build_securely():
|
|
| 136 |
) as demo:
|
| 137 |
# Top menu bar with logo and login/logout buttons
|
| 138 |
with gr.Row():
|
| 139 |
-
with gr.Column(scale=
|
| 140 |
render_logo()
|
| 141 |
with gr.Column(scale=1):
|
| 142 |
with gr.Group():
|
|
@@ -146,7 +146,7 @@ async def build_securely():
|
|
| 146 |
gr.Markdown("---")
|
| 147 |
logged_in_sheami_user = gr.State()
|
| 148 |
with gr.Column(elem_id="patient-card") as patient_card:
|
| 149 |
-
gr.Markdown("### Selected Patient")
|
| 150 |
(
|
| 151 |
selected_patient_info,
|
| 152 |
delete_patient_btn,
|
|
|
|
| 136 |
) as demo:
|
| 137 |
# Top menu bar with logo and login/logout buttons
|
| 138 |
with gr.Row():
|
| 139 |
+
with gr.Column(scale=4):
|
| 140 |
render_logo()
|
| 141 |
with gr.Column(scale=1):
|
| 142 |
with gr.Group():
|
|
|
|
| 146 |
gr.Markdown("---")
|
| 147 |
logged_in_sheami_user = gr.State()
|
| 148 |
with gr.Column(elem_id="patient-card") as patient_card:
|
| 149 |
+
# gr.Markdown("### Selected Patient")
|
| 150 |
(
|
| 151 |
selected_patient_info,
|
| 152 |
delete_patient_btn,
|