aldohenrique commited on
Commit
4a6efc4
·
verified ·
1 Parent(s): 330831b

Update interface.py

Browse files
Files changed (1) hide show
  1. interface.py +1 -2
interface.py CHANGED
@@ -123,8 +123,7 @@ def criar_interface():
123
  with gr.Column(elem_classes="main-content"):
124
  gr.HTML("""
125
  <div class="titulo-principal">
126
- <h4>🤖 iAldo - Pergunte e aprenda</h4>
127
- <p style="font-size: 14px; opacity: 0.9;">Converse com o <a href="https://aldohenrique.com.br/" style="color: white; text-decoration: underline;">Prof. Dr. Aldo Henrique</a></p>
128
  </div>
129
  """)
130
 
 
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