dlaima commited on
Commit
e0e459a
Β·
verified Β·
1 Parent(s): fbe49e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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