From 6c21edb977747a270e2adead1d13e7b93b84db59 Mon Sep 17 00:00:00 2001 From: gregdrizz Date: Mon, 24 Jul 2023 02:18:35 +0300 Subject: [PATCH] edited frontend so it would fit auto agent generation --- client/index.html | 218 ++++++++++++++++++++++++++++------------------ 1 file changed, 132 insertions(+), 86 deletions(-) diff --git a/client/index.html b/client/index.html index 9127a68e6..2e1175b93 100644 --- a/client/index.html +++ b/client/index.html @@ -10,7 +10,7 @@ - + -
-
-

- Say Goodbye to
- +
+

+ Say Goodbye to
+ Hours of Research -

-

- Say Hello to GPT Researcher, your AI mate for rapid insights and comprehensive research. GPT Researcher - takes care of everything from accurate source gathering to organization of research results - all in one - platform designed to make your research process a breeze. -

- Get Started -
-

+ +

+ Say Hello to GPT Researcher, your AI mate for rapid insights and comprehensive research. GPT Researcher + takes care of everything from accurate source gathering to organization of research results - all in one + platform designed to make your research process a breeze. +

+ Get Started + + -
-
-
- - -
-
- -
-
- -
Auto Agent
-
-
- -
Default Agent
-
-
- -
Business Analyst Agent
-
-
- -
Finance Agent
-
-
- -
Travel Agent
-
-
- -
Academic Research Agent
+
+ +
+ + +
+
+ +
+
+ +
Auto Agent
-
- -
Computer Security Analyst Agent
+

An agent tailored specifically to your task + will be generated to provide the most precise and relevant research results.

+ +
+ +
+
+
+ +
Business Analyst Agent +
+
+
+ +
Finance Agent +
+
+
+ +
Travel Agent +
+
+
+ +
Academic Research Agent +
+
+
+ +
Computer Security + Analyst Agent +
+
-
-
- - -
- - -
-

Agent Output

-
+
+ +
-
-

Research Report

-
- - Download as PDF +
+ +
-
+ + + +
+

Agent Output

+
+
+
+

Research Report

+
+ + Download as PDF +
+
+ + - + + + - + btnChoose.addEventListener('click', function () { + btnShowAuto.style.display = 'inline-block'; + btnChoose.style.display = 'none'; + autoAgentDiv.style.display = 'none'; + agentChoices[0].style.display = 'flex'; + }); + btnShowAuto.addEventListener('click', function () { + btnShowAuto.style.display = 'none'; + btnChoose.style.display = 'inline-block'; + autoAgentDiv.style.display = 'flex'; + agentChoices[0].style.display = 'none'; + }); +