keikanih commited on
Commit
5a84672
Β·
verified Β·
1 Parent(s): f381f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -132,6 +132,6 @@ gr.Interface(
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()
 
132
  gr.Number(label="Max output characters", value=default_max_characters),
133
  ],
134
  outputs=[gr.JSON(label="Relevant chunks")],
135
+ title="RAG Tool",
136
+ description="!",
137
  ).launch()