not-lain commited on
Commit
a15e1cf
1 Parent(s): 18a2ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)