Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ with gr.Blocks() as demo:
|
|
13 |
""")
|
14 |
|
15 |
with gr.Row():
|
16 |
-
ally_title = gr.Markdown("""ALLY""")
|
17 |
-
gatekeeper_title = gr.Markdown("""GATEKEEPER""")
|
18 |
|
19 |
with gr.Row():
|
20 |
img1 = gr.Markdown("""![](https://cdn.discordapp.com/attachments/1120417968032063538/1187877117548036147/COP_MIKE.png?ex=65987bc6&is=658606c6&hm=127721b6f907a8853b7352b6bfb821a37b26b9543f3c35e5fc80dfe7750d71b5&)""")
|
|
|
13 |
""")
|
14 |
|
15 |
with gr.Row():
|
16 |
+
ally_title = gr.Markdown("""<center> ALLY </center>""")
|
17 |
+
gatekeeper_title = gr.Markdown("""<center> GATEKEEPER </center>""")
|
18 |
|
19 |
with gr.Row():
|
20 |
img1 = gr.Markdown("""![](https://cdn.discordapp.com/attachments/1120417968032063538/1187877117548036147/COP_MIKE.png?ex=65987bc6&is=658606c6&hm=127721b6f907a8853b7352b6bfb821a37b26b9543f3c35e5fc80dfe7750d71b5&)""")
|