Update README and app.py for the project; enhance installation instructions and add necessary imports for testing

This commit is contained in:
2025-09-04 15:46:27 +02:00
parent 35b4067ecd
commit bff0f377a1
2 changed files with 30 additions and 20 deletions

View File

@@ -1,3 +1,7 @@
import agno
import gradio
import dotenv
import requests
if __name__ == "__main__":
print("Hello World!")