kheopss commited on
Commit
92b28aa
1 Parent(s): 27da65e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,8 +121,8 @@ def process(input, history):
121
 
122
  iface = gr.ChatInterface(
123
  fn=process,
124
- title="Métropole Signature Expert",
125
- description="Provide a question related to signing authorities and get a response.",
126
  )
127
 
128
  iface.launch()
 
121
 
122
  iface = gr.ChatInterface(
123
  fn=process,
124
+ title="Métropole Chat",
125
+ description="Provide a question and get a response.",
126
  )
127
 
128
  iface.launch()