aldohenrique commited on
Commit
be6ef73
·
verified ·
1 Parent(s): d3a63c7

Update interface.py

Browse files
Files changed (1) hide show
  1. interface.py +1 -1
interface.py CHANGED
@@ -123,7 +123,7 @@ def criar_interface():
123
  with gr.Column(elem_classes="main-content"):
124
  gr.HTML("""
125
  <div class="titulo-principal">
126
- <h4>🤖 iAldo - Converse com o <a href="https://aldohenrique.com.br/" style="color: white; text-decoration: underline;">Prof. Dr. Aldo Henrique</a></h4>
127
  </div>
128
  """)
129
 
 
123
  with gr.Column(elem_classes="main-content"):
124
  gr.HTML("""
125
  <div class="titulo-principal">
126
+ <h4 style="margin: 0;">🤖 iAldo - Converse com o <a href="https://aldohenrique.com.br/" style="color: white; text-decoration: underline;">Prof. Dr. Aldo Henrique</a></h4>
127
  </div>
128
  """)
129