Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ gr.ChatInterface(
|
|
101 |
fn=gerar,
|
102 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
103 |
additional_inputs=inputs_adicionais,
|
104 |
-
title="
|
105 |
examples=exemplos,
|
106 |
concurrency_limit=20,
|
107 |
).launch(show_api=False)
|
|
|
101 |
fn=gerar,
|
102 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
103 |
additional_inputs=inputs_adicionais,
|
104 |
+
title="Medchat | Automação Inteligente de Saúde",
|
105 |
examples=exemplos,
|
106 |
concurrency_limit=20,
|
107 |
).launch(show_api=False)
|