mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
8 lines
717 B
Markdown
8 lines
717 B
Markdown
# **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` |
|