Spaces:
Sleeping
Sleeping
Update tools/ai_act_generator.py
Browse files
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
|
|
|
|
| 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():
|