From 90ec40c2b301d25f50570e1e1a4811904dbcba16 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 24 Feb 2023 14:48:02 +0000 Subject: [PATCH] spacing --- frontend/src/About.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/About.tsx b/frontend/src/About.tsx index 43002a09..0f2b5db6 100644 --- a/frontend/src/About.tsx +++ b/frontend/src/About.tsx @@ -5,9 +5,9 @@ export default function About() { return ( //Parent div for all content shown through App.tsx routing needs to have this styling. Might change when state management is updated.
-
-

About DocsGPT 🦖

-

+

+

About DocsGPT 🦖

+

Find the information in your documentation through AI-powered

-

+

If you want to add your own documentation, please follow the instruction below:

-

+

1. Navigate to{' '} /application folder

-

+

2. Install dependencies from{' '} pip install -r requirements.txt

-

+

3. Prepare a .env file. Copy .env_sample and create .env with your OpenAI API token

-

+

4. Run the app with{' '} python app.py

-

+

Currently It uses python pandas documentation, so it will respond to information relevant to pandas. If you want to train it on different documentation - please follow @@ -64,7 +64,7 @@ export default function About() { .

-

+

If you want to launch it on your own server - follow