stable-diffusion-ai commited on
Commit
7fa69d9
1 Parent(s): c8c09df

changed link to site

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
139
  #chatbot {height: 520px; overflow: auto;}""",
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
- gr.HTML("""<h3 align="center">This app provides you full access to Chat GPT-4 thanks to <a href="https://stablediffusion.fr">stablediffusion.fr</a>. You don't need any OPENAI API key.<br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt3">Chat GPT-3.5</a> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> apps.</h3>""")
143
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
144
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
145
  chatbot = gr.Chatbot(elem_id='chatbot') #c
@@ -166,7 +166,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
166
  with gr.Accordion("User Consent for Data Collection, Use, and Sharing", open=True):
167
  gr.HTML("""
168
  <div>
169
- <p>By using our app, which is powered by OpenAI's API, you acknowledge and agree to the following terms regarding the data you provide:</p>
170
  <ol>
171
  <li><strong>Collection:</strong> We may collect information, including the inputs you type into our app, the outputs generated by OpenAI's API, and certain technical details about your device and connection (such as browser type, operating system, and IP address) provided by your device's request headers.</li>
172
  <li><strong>Use:</strong> We may use the collected data for research purposes, to improve our services, and to develop new products or services, including commercial applications, and for security purposes, such as protecting against unauthorized access and attacks.</li>
 
139
  #chatbot {height: 520px; overflow: auto;}""",
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
+ gr.HTML("""<h3 align="center">This app provides you full access to Chat GPT-4 thanks to <a href="https://stablediffusion.fr">Stable Diffusion AI online</a>. You don't need any OPENAI API key.<br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt3">Chat GPT-3.5</a> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> apps.</h3>""")
143
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
144
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
145
  chatbot = gr.Chatbot(elem_id='chatbot') #c
 
166
  with gr.Accordion("User Consent for Data Collection, Use, and Sharing", open=True):
167
  gr.HTML("""
168
  <div>
169
+ <p>By using our app, which is powered by OpenAI's API and <a href="https://stablediffusion.fr">Stable Diffusion AI online</a>, you acknowledge and agree to the following terms regarding the data you provide:</p>
170
  <ol>
171
  <li><strong>Collection:</strong> We may collect information, including the inputs you type into our app, the outputs generated by OpenAI's API, and certain technical details about your device and connection (such as browser type, operating system, and IP address) provided by your device's request headers.</li>
172
  <li><strong>Use:</strong> We may use the collected data for research purposes, to improve our services, and to develop new products or services, including commercial applications, and for security purposes, such as protecting against unauthorized access and attacks.</li>