mirror of
https://github.com/browser-use/browser-use.git
synced 2025-02-18 01:18:20 +03:00
Add readme for ui
This commit is contained in:
7
examples/ui/README.md
Normal file
7
examples/ui/README.md
Normal file
@@ -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` |
|
||||
Reference in New Issue
Block a user