Update app.py
Browse files
app.py
CHANGED
@@ -184,9 +184,8 @@ with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
|
|
184 |
with gr.Row():
|
185 |
gr.Textbox(label="📝 Шаблон prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
|
186 |
with gr.Row():
|
187 |
-
|
188 |
-
|
189 |
-
gr.HTML("""<button class="lg secondary svelte-cmf5ev" onclick="window.open('http://yufi.rf.gd', '_blank');">YUFI</button>""")
|
190 |
|
191 |
|
192 |
with gr.Row():
|
|
|
184 |
with gr.Row():
|
185 |
gr.Textbox(label="📝 Шаблон prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
|
186 |
with gr.Row():
|
187 |
+
gr.HTML("""<button class="lg secondary svelte-cmf5ev" style="width: 100%;" onclick="window.open('http://ai-hub.rf.gd', '_blank');">AI-HUB</button>""")
|
188 |
+
gr.HTML("""<button class="lg secondary svelte-cmf5ev" style="width: 100%;" onclick="window.open('http://yufi.rf.gd', '_blank');">YUFI</button>""")
|
|
|
189 |
|
190 |
|
191 |
with gr.Row():
|