Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,18 @@ in the **GAIA Unit 4 Evaluation** on [Hugging Face Spaces](https://hf.co/learn/a
|
|
20 |
> π§βπ« This app is part of the **Hugging Face Courses** series and was developed as an educational project to showcase how machine learning can be used in real-world event scenarios. Learn more at [Hugging Face Courses](https://huggingface.co/learn).
|
21 |
---
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
|
25 |
## π Features
|
|
|
20 |
> π§βπ« This app is part of the **Hugging Face Courses** series and was developed as an educational project to showcase how machine learning can be used in real-world event scenarios. Learn more at [Hugging Face Courses](https://huggingface.co/learn).
|
21 |
---
|
22 |
|
23 |
+
```
|
24 |
+
Template Final Assignment_app/
|
25 |
+
β
|
26 |
+
βββ app.py # Main launcher script that initializes and runs the Gradio app.
|
27 |
+
βββ agent.json # JSON config for defining tools and metadata used by a custom agent.
|
28 |
+
βββ Gradio_UI.py # Contains the Gradio Blocks interface layout and connects UI to the tools.
|
29 |
+
βββ screenshot.jpeg # Sample preview for the use of the app Preview image of the app UI (used in README)
|
30 |
+
βββ prompt_config.yaml # Prompt configurations for examples / YAML config to store prompt templates or reusable prompt parts for tools/agents.
|
31 |
+
βββ .env.template # Environment variables template /Template file showing expected environment variables (e.g., API keys).
|
32 |
+
βββ requirements.txt # Python dependencies / List of Python dependencies to install
|
33 |
+
βββ README.md # Project overview, setup instructions, usage examples, and screenshot link.
|
34 |
+
```
|
35 |
|
36 |
|
37 |
## π Features
|