Update app.py
Browse files
app.py
CHANGED
@@ -104,13 +104,13 @@ def imc(nome, idade, avaliador, confea,
|
|
104 |
)
|
105 |
|
106 |
# Interface Gradio
|
107 |
-
with gr.Blocks(theme=gr.themes.Soft(primary_hue="
|
108 |
gr.Markdown(f"""
|
109 |
<p style="text-align: left;">
|
110 |
<b><span style='color: grey; font-size: 20px;'>Mariana Casa Nova</span></b>
|
111 |
</p
|
112 |
<p style="text-align: left;">
|
113 |
-
<b><span style='color:
|
114 |
""")
|
115 |
with gr.Tab("IMC"):
|
116 |
with gr.Row():
|
|
|
104 |
)
|
105 |
|
106 |
# Interface Gradio
|
107 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue="sky", secondary_hue="sky")) as interface:
|
108 |
gr.Markdown(f"""
|
109 |
<p style="text-align: left;">
|
110 |
<b><span style='color: grey; font-size: 20px;'>Mariana Casa Nova</span></b>
|
111 |
</p
|
112 |
<p style="text-align: left;">
|
113 |
+
<b><span style='color: sky; font-size: 15px;'>Educadora Física</span></b>
|
114 |
""")
|
115 |
with gr.Tab("IMC"):
|
116 |
with gr.Row():
|