Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ def talk(message, history):
|
|
6 |
|
7 |
|
8 |
DESCRIPTION = """
|
|
|
9 |
A rag pipeline with a chatbot feature
|
10 |
|
11 |
Resources used to build this project :
|
@@ -27,4 +28,4 @@ demo = gr.ChatInterface(
|
|
27 |
),
|
28 |
description=DESCRIPTION,
|
29 |
)
|
30 |
-
demo.launch(debug=True)
|
|
|
6 |
|
7 |
|
8 |
DESCRIPTION = """
|
9 |
+
# This is a very long description
|
10 |
A rag pipeline with a chatbot feature
|
11 |
|
12 |
Resources used to build this project :
|
|
|
28 |
),
|
29 |
description=DESCRIPTION,
|
30 |
)
|
31 |
+
demo.launch(debug=True)
|