Spestly commited on
Commit
b5e770d
·
verified ·
1 Parent(s): bb9458e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -13,9 +13,12 @@ iframe_html = f"""
13
  """
14
 
15
 
16
- with gr.Blocks() as app:
17
- with gr.Row(align="center"):
18
- gr.Markdown("### OdysseyXL-4.0 - Powered By [DiffuseCraft](https://r3gm-diffusecraft.hf.space)", elem_id="title")
 
 
 
19
 
20
  with gr.Row():
21
  gr.HTML(iframe_html)
 
13
  """
14
 
15
 
16
+ with gr.Blocks(css=".centered-title { text-align: center; }") as app:
17
+ with gr.Row():
18
+ gr.Markdown(
19
+ "### OdysseyXL-4.0 - Powered By [DiffuseCraft](https://r3gm-diffusecraft.hf.space)",
20
+ elem_classes="centered-title"
21
+ )
22
 
23
  with gr.Row():
24
  gr.HTML(iframe_html)