Rausda6 commited on
Commit
47b896d
·
verified ·
1 Parent(s): 2054de4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:1000])
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: