Merge pull request #246 from wuboxin98/main

Updated meme generator agent README
This commit is contained in:
Shubham Saboo 2025-06-19 21:40:13 -05:00 committed by GitHub
commit ae03d22f6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,12 @@ API keys required:
```bash
pip install -r requirements.txt
```
Install `playwright` if needed.
```bash
python -m playwright install --with-deps
```
3. **Run the Streamlit app**:
```bash
streamlit run ai_meme_generator_agent.py
```