Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ Example JSON structure:
|
|
320 |
"""
|
321 |
user_prompt = f"\nTopic: {prompt}\nJSON:"
|
322 |
full_prompt = system_prompt + user_prompt
|
323 |
-
add_log("🔍 Prompt Preview:\n" + full_prompt[:
|
324 |
|
325 |
try:
|
326 |
if progress:
|
|
|
320 |
"""
|
321 |
user_prompt = f"\nTopic: {prompt}\nJSON:"
|
322 |
full_prompt = system_prompt + user_prompt
|
323 |
+
add_log("🔍 Prompt Preview:\n" + full_prompt[:2000])
|
324 |
|
325 |
try:
|
326 |
if progress:
|