DavidSB commited on
Commit
bd4d8bf
·
verified ·
1 Parent(s): 23c1c50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="teal", secondary_hue="teal")) 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: teal; font-size: 15px;'>Educadora Física</span></b>
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():