ai-puppy commited on
Commit
4f2b22e
Β·
1 Parent(s): 527e1d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
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