mrbeliever
commited on
Commit
•
2324e13
1
Parent(s):
d0cd94b
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def upload(files: Optional[List[str]], chatbot: CHAT_HISTORY) -> CHAT_HISTORY:
|
|
68 |
|
69 |
|
70 |
# Concatenate the hidden pre-filled text with the user input
|
71 |
-
prefilled_text = "
|
72 |
|
73 |
def get_prefilled_text(user_input):
|
74 |
return f"{prefilled_text} + {user_input}"
|
|
|
68 |
|
69 |
|
70 |
# Concatenate the hidden pre-filled text with the user input
|
71 |
+
prefilled_text = "Enhance this prompt for better AI image generation, Keep the prompt length under 60 words never exceed this limit: "
|
72 |
|
73 |
def get_prefilled_text(user_input):
|
74 |
return f"{prefilled_text} + {user_input}"
|