Spaces:
Sleeping
Sleeping
Commit
·
c7ed474
1
Parent(s):
3b4b1fb
feat: Adicionando funcionalidade de título do bot, atualizando title do arquivo app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ demo: gr.ChatInterface = gr.ChatInterface(
|
|
73 |
label="Top-p (nucleus sampling)",
|
74 |
),
|
75 |
],
|
76 |
-
title="
|
77 |
type="messages",
|
78 |
)
|
79 |
|
|
|
73 |
label="Top-p (nucleus sampling)",
|
74 |
),
|
75 |
],
|
76 |
+
title="Commit-IA",
|
77 |
type="messages",
|
78 |
)
|
79 |
|