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