Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -278,7 +278,7 @@ description = """
|
|
| 278 |
"""
|
| 279 |
demo = gr.ChatInterface(
|
| 280 |
fn=process_final,
|
| 281 |
-
title="METROPOLE CHATBOT",
|
| 282 |
description=description,
|
| 283 |
)
|
| 284 |
demo.launch(share=True, debug =True)
|
|
|
|
| 278 |
"""
|
| 279 |
demo = gr.ChatInterface(
|
| 280 |
fn=process_final,
|
| 281 |
+
title="METROPOLE SIGNATAIRE CHATBOT",
|
| 282 |
description=description,
|
| 283 |
)
|
| 284 |
demo.launch(share=True, debug =True)
|