-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Save the complete enhanced HTML file
file_path = r"D:\1\contract_ai_review_system_advanced.html"
with open(file_path, "w", encoding="utf-8") as f:
f.write(advanced_html)
print(f"Advanced HTML file saved to: {file_path}")
BrowserUseTool:
```python
file_path = r"D:\1\contract_ai_review_system_advanced.html"
webbrowser.open(f"file:///{file_path}")
Metadata
Metadata
Assignees
Labels
No labels