lovelyai999
commited on
Commit
•
0819da6
1
Parent(s):
c2be00c
Upload app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,27 @@ def changeRandomActionsMan(b):
|
|
201 |
|
202 |
|
203 |
|
|
|
|
|
204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
|
206 |
css=""".gradio-container {max-width: 544px !important}
|
207 |
|
@@ -217,7 +237,7 @@ img[loading="lazy"] {
|
|
217 |
"""
|
218 |
|
219 |
with gr.Blocks(title="Images Prompts Generator", css=css) as demo:
|
220 |
-
|
221 |
with gr.Row():
|
222 |
with gr.Column():
|
223 |
textbox = persist(gr.Textbox(show_label=True , label ="prompt",show_copy_button=True ))
|
|
|
201 |
|
202 |
|
203 |
|
204 |
+
description ="""<div style="font-family: Arial, sans-serif; padding: 20px;">
|
205 |
+
Free and open source, you are welcome to use or modify the code according to your needs.
|
206 |
|
207 |
+
<h2>🔗My social media links❤️</h2>
|
208 |
+
|
209 |
+
Follow <a href="https://www.facebook.com/braiml" ytarget="_blank">🐍Brian's Page </a> if you want I share more tools .<br>
|
210 |
+
Follow<a href="https://www.facebook.com/charactersAI" target="_blank">❤️Characters AI</a>
|
211 |
+
if you want more videos .
|
212 |
+
<br>
|
213 |
+
<a href="https://www.facebook.com/brian.pyai" target="_blank"> 📘facebook.com/brian.pyai</a>
|
214 |
+
<br>
|
215 |
+
<a href="https://www.facebook.com/braiml" target="_blank">🐍Brian's Page </a>
|
216 |
+
<br>
|
217 |
+
|
218 |
+
<a href="https://www.facebook.com/lovelyai999" target="_blank">🥰AI Hot Shorts </a>
|
219 |
+
|
220 |
+
|
221 |
+
|
222 |
+
</div>
|
223 |
+
|
224 |
+
"""
|
225 |
|
226 |
css=""".gradio-container {max-width: 544px !important}
|
227 |
|
|
|
237 |
"""
|
238 |
|
239 |
with gr.Blocks(title="Images Prompts Generator", css=css) as demo:
|
240 |
+
with gr.Row():gr.HTML(value
|
241 |
with gr.Row():
|
242 |
with gr.Column():
|
243 |
textbox = persist(gr.Textbox(show_label=True , label ="prompt",show_copy_button=True ))
|