Csplk commited on
Commit
aa968c7
1 Parent(s): 0d65ec1

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="Gradio Docs",
136
+ description="This is a gradio docs rag tool for use in hf chat tools",
137
  ).launch()