Update interface.py
Browse files- 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 |
|