Fix syntax errors in web.py

- Resolved f-string and Jinja2 template conflicts by using proper string concatenation
- Separated dynamic content from template literals to avoid syntax errors
- Ensured all HTML templates render correctly with render_template_string
- Maintained all authentication and UI functionality while fixing import issues

The web interface now imports and runs without syntax errors.
parent 12598ec5
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment