Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,9 @@ with gr.Blocks(theme="ocean") as demo:
|
|
138 |
label = "Account ID",
|
139 |
type = "password"
|
140 |
)
|
141 |
-
gr.HTML("
|
|
|
|
|
142 |
|
143 |
gr.on(
|
144 |
triggers=[
|
|
|
138 |
label = "Account ID",
|
139 |
type = "password"
|
140 |
)
|
141 |
+
gr.HTML("""
|
142 |
+
<p>Powered By Cloudflare Workers AI | <a href="https://github.com/snekkenull/ImageX">Run Locally with Source Code</a></p>
|
143 |
+
""")
|
144 |
|
145 |
gr.on(
|
146 |
triggers=[
|