Spaces:
SHOOL45
/
Runtime error

Rooni commited on
Commit
8e723eb
1 Parent(s): 6992142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- with gr.Column():
188
- gr.HTML("""<button class="lg secondary svelte-cmf5ev" onclick="window.open('http://ai-hub.rf.gd', '_blank');">AI-HUB</button>""")
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():