AgenticNav / app.py
Herbert
Added hf_spaces instructions
4188210
raw
history blame
88 Bytes
from agentic_nav.frontend.browser_ui import main
if __name__ == "__main__":
main()