Spaces:
Running
Running
stable-diffusion-ai
commited on
Commit
•
053c00f
1
Parent(s):
c9b0af1
Update app.py
Browse files
app.py
CHANGED
@@ -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
|
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>
|
|
|
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>
|