Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
Hugescoot
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hugescoot
commited on
Jun 4, 2025
Commit
a324b91
·
1 Parent(s):
b18aed5
Fix README.md front matter on HF Space
Browse files
Files changed (1)
hide
show
README.md
+11
-0
README.md
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
---
2
+
title: My Cool App
3
+
emoji: 🌟
4
+
colorFrom: green
5
+
colorTo: yellow
6
+
sdk: gradio
7
+
sdk_version: "4.44.1"
8
+
app_file: app.py
9
+
pinned: false
10
+
hf_oauth: true
11
+
---