Ruurd commited on
Commit
13d4b82
·
verified ·
1 Parent(s): 272fc2f

Improve mobile viewing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")