Spaces:
Running
Running
ai-puppy
commited on
Commit
Β·
4f2b22e
1
Parent(s):
527e1d3
Update app.py
Browse files
app.py
CHANGED
@@ -167,6 +167,16 @@ def run_file_analysis():
|
|
167 |
# Create the Gradio interface
|
168 |
with gr.Blocks(title="DataForge - AI CodeAct Agent") as demo:
|
169 |
gr.Markdown("# π€ DataForge - AI CodeAct Agent")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
gr.Markdown("""
|
171 |
## π **AI Writes Code to Analyze Your Data Locally**
|
172 |
|
|
|
167 |
# Create the Gradio interface
|
168 |
with gr.Blocks(title="DataForge - AI CodeAct Agent") as demo:
|
169 |
gr.Markdown("# π€ DataForge - AI CodeAct Agent")
|
170 |
+
|
171 |
+
# Demo Video Section
|
172 |
+
gr.Markdown("""
|
173 |
+
## π₯ **Demo Video - See DataForge in Action!**
|
174 |
+
|
175 |
+
**πΊ [Watch the full demo on YouTube](https://www.youtube.com/watch?v=f5jp2i3engM)** - Learn how to use DataForge in just a few minutes!
|
176 |
+
|
177 |
+
---
|
178 |
+
""")
|
179 |
+
|
180 |
gr.Markdown("""
|
181 |
## π **AI Writes Code to Analyze Your Data Locally**
|
182 |
|