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
</form>
<div id="openai_disclaimer">
<a href="https://ai-pro.org/disclaimer/" target="_blank" rel="noreferrer">
AI-PRO is powered by OpenAI. <br/>We are neither affiliated nor related
We are neither affiliated nor related
to OpenAI.
</a>
</div>
......
......@@ -11,7 +11,7 @@ const SideMenu = ({
<aside className="sidemenu">
<div className="ai-logo-container">
<h3 className="mb-0">Chatbot+</h3>
<h5>powered by OpenAI</h5>
{/* <h5>powered by OpenAI</h5> */}
</div>
<div className="side-menu-button" onClick={clearChat}>
<span>+</span>
......
......@@ -23,7 +23,7 @@ const SuggestedOptions = ({ setChatInput }) => {
<div className="suggestedrow title">
<div className="suggested-header-title">
<p>Chatbot+</p>
<p>powered by OpenAI</p>
{/* <p>powered by OpenAI</p> */}
</div>
<p>This chatbot is capable of answering questions and generating text based on the input you provide.</p>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!