BrightData commited on
Commit
63220e6
·
verified ·
1 Parent(s): e92f4fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(title="Bright Data AI Agent") as demo:
52
  - "Fetch google_maps_reviews for this place URL with the last 7 days"
53
  """
54
  )
55
-
56
  with gr.Row():
57
  with gr.Column():
58
  task_input = gr.Textbox(label="Task", placeholder="Enter your task here...", lines=3)
 
52
  - "Fetch google_maps_reviews for this place URL with the last 7 days"
53
  """
54
  )
55
+ gr.Markdown("### [Build your own agent with Bright Data](https://brightdata.com/?utm_source=tech-partner&utm_medium=link&utm_campaign=huggingface&hs_signup=1)")
56
  with gr.Row():
57
  with gr.Column():
58
  task_input = gr.Textbox(label="Task", placeholder="Enter your task here...", lines=3)