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