Update app.py
Browse files
app.py
CHANGED
@@ -391,10 +391,10 @@ You are allowed to make up film and branding names, and do them like 80's, 90's
|
|
391 |
print(f"An error occurred: {e}")
|
392 |
return f"Error occurred while processing the request: {str(e)}"
|
393 |
|
394 |
-
title = """<h1 align="center">FLUX Prompt Generator</h1>
|
395 |
<p><center>
|
396 |
-
<a href="https://
|
397 |
-
|
398 |
<p align="center">Create long prompts from images or simple words. Enhance your short prompts with prompt enhancer.</p>
|
399 |
</center></p>
|
400 |
"""
|
|
|
391 |
print(f"An error occurred: {e}")
|
392 |
return f"Error occurred while processing the request: {str(e)}"
|
393 |
|
394 |
+
title = """<h1 align="center">Pixio FLUX Prompt Generator</h1>
|
395 |
<p><center>
|
396 |
+
<a href="https://pixio.myapps.ai" target="_blank">[Pixio]</a>
|
397 |
+
|
398 |
<p align="center">Create long prompts from images or simple words. Enhance your short prompts with prompt enhancer.</p>
|
399 |
</center></p>
|
400 |
"""
|