Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
44f78b3
1
Parent(s):
653b75e
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ def create_gradio_interface():
|
|
297 |
gr.HTML("""
|
298 |
<h1>AI ImaGen DALL·E 4K</h1>
|
299 |
<h3>Welcome! Please enter your UID and OTP to continue or Register with <a href="https://t.me/myexpsupportBot">@SupportBot</a> to get UID</h3>
|
300 |
-
<p>Read more about
|
301 |
""")
|
302 |
|
303 |
with gr.Row():
|
@@ -337,7 +337,7 @@ def create_gradio_interface():
|
|
337 |
# Display Privacy Policy
|
338 |
with gr.Row():
|
339 |
gr.HTML("""
|
340 |
-
<button onclick="document.getElementById('privacy-policy').style.display='block'">View
|
341 |
<div id="privacy-policy" style="display:none;">
|
342 |
{}
|
343 |
</div>
|
|
|
297 |
gr.HTML("""
|
298 |
<h1>AI ImaGen DALL·E 4K</h1>
|
299 |
<h3>Welcome! Please enter your UID and OTP to continue or Register with <a href="https://t.me/myexpsupportBot">@SupportBot</a> to get UID</h3>
|
300 |
+
<p>Read more about our PRIVACY POLICY below</a></p>
|
301 |
""")
|
302 |
|
303 |
with gr.Row():
|
|
|
337 |
# Display Privacy Policy
|
338 |
with gr.Row():
|
339 |
gr.HTML("""
|
340 |
+
<button onclick="document.getElementById('privacy-policy').style.display='block'">View PRIVACY POLICY</button>
|
341 |
<div id="privacy-policy" style="display:none;">
|
342 |
{}
|
343 |
</div>
|