37531a64 by Jomel Concon

Merge branch '35129_compliance_chatbotplus' into 'master'

35129_compliance_chatbotplus

See merge request !134
2 parents 3a15657d 47196b21
Pipeline #31430 for 37531a64 passed in 20 seconds
...@@ -44,7 +44,7 @@ const ChatBox = ({chatLog, setChatInput, handleSubmit, chatInput, startedInterac ...@@ -44,7 +44,7 @@ const ChatBox = ({chatLog, setChatInput, handleSubmit, chatInput, startedInterac
44 </form> 44 </form>
45 <div id="openai_disclaimer"> 45 <div id="openai_disclaimer">
46 <a href="https://ai-pro.org/disclaimer/" target="_blank" rel="noreferrer"> 46 <a href="https://ai-pro.org/disclaimer/" target="_blank" rel="noreferrer">
47 AI-PRO is powered by OpenAI. <br/>We are neither affiliated nor related 47 We are neither affiliated nor related
48 to OpenAI. 48 to OpenAI.
49 </a> 49 </a>
50 </div> 50 </div>
......
...@@ -11,7 +11,7 @@ const SideMenu = ({ ...@@ -11,7 +11,7 @@ const SideMenu = ({
11 <aside className="sidemenu"> 11 <aside className="sidemenu">
12 <div className="ai-logo-container"> 12 <div className="ai-logo-container">
13 <h3 className="mb-0">Chatbot+</h3> 13 <h3 className="mb-0">Chatbot+</h3>
14 <h5>powered by OpenAI</h5> 14 {/* <h5>powered by OpenAI</h5> */}
15 </div> 15 </div>
16 <div className="side-menu-button" onClick={clearChat}> 16 <div className="side-menu-button" onClick={clearChat}>
17 <span>+</span> 17 <span>+</span>
......
...@@ -23,7 +23,7 @@ const SuggestedOptions = ({ setChatInput }) => { ...@@ -23,7 +23,7 @@ const SuggestedOptions = ({ setChatInput }) => {
23 <div className="suggestedrow title"> 23 <div className="suggestedrow title">
24 <div className="suggested-header-title"> 24 <div className="suggested-header-title">
25 <p>Chatbot+</p> 25 <p>Chatbot+</p>
26 <p>powered by OpenAI</p> 26 {/* <p>powered by OpenAI</p> */}
27 </div> 27 </div>
28 <p>This chatbot is capable of answering questions and generating text based on the input you provide.</p> 28 <p>This chatbot is capable of answering questions and generating text based on the input you provide.</p>
29 </div> 29 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!