# Creating BOTH files with proper content # File 1: Google Verification verification_content = "google-site-verification: google9ed113a5bdc6f91a.html" with open('/tmp/google9ed113a5bdc6f91a.html', 'w', encoding='utf-8') as f: f.write(verification_content) print("✅ Verification file created!") # File 2 already exists from before (smartai_seo.html) # Need to provide it again as index.html print("✅ Now creating artifacts for download...")