mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-19 03:05:23 -05:00
[GH-ISSUE #245] Fix incorrect script filename in README command #397
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wuboxin98 on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/245
The README file for The AI Meme Generator Agent contains an error.
The command streamlit run ai_meme_generator.py is incorrect because the Python script filename has been updated to ai_meme_generator_agent.py.
@Shubhamsaboo commented on GitHub (Jun 19, 2025):
Fixed!