def browse_default(): try: return send_from_directory('ui', 'index.html') except Exception as e: return e.message