Improve mobile viewing
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(css=".gradio-container {height: 100vh; width: 100vw; overflow: hi
|
|
314 |
gr.Markdown("<h2 style='text-align: center;'>Radiologist's Companion</h2>")
|
315 |
default_model = gr.State(model_choices[0])
|
316 |
|
317 |
-
with gr.Row(equal_height=True):
|
318 |
# Patient Information
|
319 |
with gr.Column(scale=1):
|
320 |
gr.Markdown("### Patient Information")
|
|
|
314 |
gr.Markdown("<h2 style='text-align: center;'>Radiologist's Companion</h2>")
|
315 |
default_model = gr.State(model_choices[0])
|
316 |
|
317 |
+
with gr.Row(equal_height=True, wrap=True):
|
318 |
# Patient Information
|
319 |
with gr.Column(scale=1):
|
320 |
gr.Markdown("### Patient Information")
|