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