Files
browser-use/examples/ui
Nick Sweeting 0af8c8c0fe imports
2025-06-21 06:29:10 -07:00
..
2025-05-25 14:44:29 -07:00
2025-06-21 06:29:10 -07:00
2025-06-21 06:07:21 -07:00

User Interfaces of Browser-Use

File Name User Interface Description Example Usage
command_line.py Terminal Parses arguments for command-line execution. python command_line.py
gradio_demo.py Gradio Provides a Gradio-based interactive UI. python gradio_demo.py
streamlit_demo.py Streamlit Runs a Streamlit-based web interface. python -m streamlit run streamlit_demo.py