nsarrazin HF staff commited on
Commit
bb04cbe
1 Parent(s): 2937d7f

add title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -132,4 +132,6 @@ gr.Interface(
132
  gr.Number(label="Max output characters", value=default_max_characters),
133
  ],
134
  outputs=[gr.JSON(label="Relevant chunks")],
 
 
135
  ).launch()
 
132
  gr.Number(label="Max output characters", value=default_max_characters),
133
  ],
134
  outputs=[gr.JSON(label="Relevant chunks")],
135
+ title="RAG Community Tool Template demo",
136
+ description="This is a demo of the RAG Community Tool Template. To use RAG in HuggingChat with your own documents, start by cloning this space, add your documents to the `sources` folder, and then create a community tool with this space!",
137
  ).launch()