Update app.py
Browse files
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 |
|