Mahbodez commited on
Commit
9564150
·
1 Parent(s): f7370d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def quit_fn():
51
  return "Model has been stopped."
52
 
53
 
54
- with gr.Blocks(theme="soft") as demo:
55
  gr.Markdown("## Radiology Report Assistant")
56
  gr.Markdown(report_interface.help_message)
57
 
 
51
  return "Model has been stopped."
52
 
53
 
54
+ with gr.Blocks(theme="Taithrah/Minimal") as demo:
55
  gr.Markdown("## Radiology Report Assistant")
56
  gr.Markdown(report_interface.help_message)
57