Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve UI Examples #730

Merged
merged 11 commits into from
Feb 15, 2025
Merged

Conversation

k-w-lee
Copy link
Contributor

@k-w-lee k-w-lee commented Feb 15, 2025

Improve UI Examples in examples/ui

Summary

This PR includes multiple improvements and refinements in examples/ui including new UI feature.

Key updates include:

1. Fix Issues:

  • Fixed unable to run command_line.py with default argument
  • Moved ChatAnthropic import inside the if statement to prevent unnecessary imports.

2. New UI Feature - Streamlit Demo:

  • Added a Streamlit-based UI (streamlit_demo.py) for interacting with the tool.
  • Included instructions for running the Streamlit demo.

3. Code Refactoring:

  • Rearranged imports to follow PEP 8 guidelines.
  • Refactored parts of the script into functions for better modularity and maintainability.
  • Added boilerplate code to prevent accidental invocation of scripts.

4. Environment Variable Handling:

  • Implemented a check to ensure api_key is loaded properly with dotenv.
  • Reverted and re-applied changes related to API key handling for correctness.

5. Documentation Updates:

  • Added a README for UI components, explaining different interfaces available.

✅ Tested with following

  1. ✅ Run the command-line version:
    python command_line.py
  2. ✅ Test the Gradio UI:
    python gradio_demo.py
  3. ✅ Test the Streamlit UI:
    python -m streamlit run streamlit_demo.py
  4. ✅ Verify that all environment variables (e.g., OPENAI_API_KEY) are loaded properly.

Impacts

  1. 💡Low risk – The changes mainly involve UI refactoring, with no browser-use logic changes
  2. ❤️Added Streamlit UI example, can reach a wider audience

Streamlit UI:

Screenshot 2025-02-15 at 5 52 48 PM

@MagMueller MagMueller merged commit 10f91f6 into browser-use:main Feb 15, 2025
2 checks passed
AryamanParida pushed a commit to AryamanParida/browser-use that referenced this pull request Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants