aldohenrique commited on
Commit
ba66c46
·
verified ·
1 Parent(s): 4881160

Update interface.py

Browse files
Files changed (1) hide show
  1. interface.py +2 -2
interface.py CHANGED
@@ -34,7 +34,7 @@ css_customizado = """
34
  border-radius: 20px !important;
35
  padding: 20px !important;
36
  margin: 20px 0 !important;
37
- height: 5vh !important;
38
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
39
  }
40
  .resposta-container pre code {
@@ -82,7 +82,7 @@ def criar_interface():
82
  # Cabeçalho
83
  gr.HTML("""
84
  <div class="titulo-principal">
85
- <h1>🤖 iAldo - Pergunte e aprenda</h1>
86
  <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>
87
  </div>
88
  """)
 
34
  border-radius: 20px !important;
35
  padding: 20px !important;
36
  margin: 20px 0 !important;
37
+ height: 10vh !important;
38
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
39
  }
40
  .resposta-container pre code {
 
82
  # Cabeçalho
83
  gr.HTML("""
84
  <div class="titulo-principal">
85
+ <h4>🤖 iAldo - Pergunte e aprenda</h4>
86
  <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>
87
  </div>
88
  """)