Ruurd commited on
Commit
a3f046f
·
verified ·
1 Parent(s): 4b96e46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ def get_patient_conversation():
310
 
311
  # --- Gradio App ---
312
 
313
- with gr.Blocks(css=".gradio-container {}") as demo:
314
  gr.Markdown("<h2 style='text-align: center;'>Radiologist's Companion</h2>")
315
  default_model = gr.State(model_choices[0])
316
 
 
310
 
311
  # --- Gradio App ---
312
 
313
+ with gr.Blocks(css=".gradio-container {height=100vh;}") as demo:
314
  gr.Markdown("<h2 style='text-align: center;'>Radiologist's Companion</h2>")
315
  default_model = gr.State(model_choices[0])
316