diff --git a/examples/ui/README.md b/examples/ui/README.md new file mode 100644 index 0000000..6e1bcb0 --- /dev/null +++ b/examples/ui/README.md @@ -0,0 +1,7 @@ +# **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` | \ No newline at end of file