Dave67350 commited on
Commit
bf59167
·
verified ·
1 Parent(s): d94a596

Update tools/ai_act_generator.py

Browse files
Files changed (1) hide show
  1. tools/ai_act_generator.py +2 -1
tools/ai_act_generator.py CHANGED
@@ -125,7 +125,8 @@ Generated by AI Act Assistant.
125
 
126
  pdf_path = export_text_to_pdf(filled_template, language=detected_lang)
127
  return f"""{flag} Language detected: {detected_lang.upper()}
128
- ✅ All answers received. Your PDF is ready for download below.""", {"done": True, "pdf": pdf_path}, pdf_path
 
129
 
130
  # === UI for Step-by-Step Form ===
131
  def launch_step_by_step_ui():
 
125
 
126
  pdf_path = export_text_to_pdf(filled_template, language=detected_lang)
127
  return f"""{flag} Language detected: {detected_lang.upper()}
128
+ ✅ All answers received. Your PDF is ready below:
129
+ 👉 Click the download button to save your AI Act compliance register.""", {"done": True, "pdf": pdf_path}, pdf_path
130
 
131
  # === UI for Step-by-Step Form ===
132
  def launch_step_by_step_ui():