Add instruction for streamlit demo

This commit is contained in:
Morris Lee
2025-02-15 17:39:18 +08:00
parent 2495c116b4
commit be24fe925a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
"""
To Use it:
To Use It:
Example 1: Using OpenAI (default), with default task: 'go to reddit and search for posts about browser-use'
python command_line.py

View File

@@ -1,3 +1,10 @@
"""
To use it, you'll need to install streamlit, and run with:
python -m streamlit run streamlit_demo.py
"""
import os
import sys
import asyncio