47196b21 by John O'nel Bulos

35129_compliance_chatbotplus

1 parent 3a15657d
......@@ -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!