DHEIVER commited on
Commit
0a577eb
1 Parent(s): 84333b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Mixtral 46.7B",
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)