Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,8 @@ def process(input, history):
|
|
121 |
|
122 |
iface = gr.ChatInterface(
|
123 |
fn=process,
|
124 |
-
title="Métropole
|
125 |
-
description="Provide a question
|
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()
|