Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ img[src*='#center'] {
|
|
121 |
}
|
122 |
|
123 |
.disclaimer {
|
124 |
-
text-align:
|
125 |
}
|
126 |
.disclaimer > p {
|
127 |
font-size: .8rem;
|
@@ -207,7 +207,8 @@ with gr.Blocks(css=css) as demo:
|
|
207 |
<div class="disclaimer">
|
208 |
<h3> * DISCLAIMER </h3>
|
209 |
<p>
|
210 |
-
I hold no responsibility for the utilization or outcomes of audio content produced using the semantic constructs generated by this model.
|
|
|
211 |
It is important to utilize this technology for ethical and legal purposes, upholding the standards of creativity and innovation.
|
212 |
</p>
|
213 |
</div>
|
|
|
121 |
}
|
122 |
|
123 |
.disclaimer {
|
124 |
+
text-align: left;
|
125 |
}
|
126 |
.disclaimer > p {
|
127 |
font-size: .8rem;
|
|
|
207 |
<div class="disclaimer">
|
208 |
<h3> * DISCLAIMER </h3>
|
209 |
<p>
|
210 |
+
I hold no responsibility for the utilization or outcomes of audio content produced using the semantic constructs generated by this model. <br />
|
211 |
+
Please ensure that any application of this technology remains within legal and ethical boundaries. <br />
|
212 |
It is important to utilize this technology for ethical and legal purposes, upholding the standards of creativity and innovation.
|
213 |
</p>
|
214 |
</div>
|