DavidSB commited on
Commit
b5af202
·
verified ·
1 Parent(s): 54074c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def imc(nome, idade, avaliador, confea,
104
  )
105
 
106
  # Interface Gradio
107
- with gr.Blocks(theme=gr.themes.Base()) as interface:
108
  with gr.Tab("IMC"):
109
  with gr.Row():
110
  with gr.Column():
 
104
  )
105
 
106
  # Interface Gradio
107
+ with gr.Blocks(theme=gr.themes.Soft(primary_hue="yellow", secondary_hue="yellow")) as interface:
108
  with gr.Tab("IMC"):
109
  with gr.Row():
110
  with gr.Column():