Spaces:
Running
Running
Update app.py
Browse files
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)
|