Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,9 @@ emoji: 🚀
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# WebVoyager
|
|
@@ -26,4 +27,4 @@ To use this space, you must set your OpenAI API key as a secret.
|
|
| 26 |
2. Describe the task you want the agent to perform.
|
| 27 |
3. Click "Submit" and watch the agent work in real-time.
|
| 28 |
|
| 29 |
-
**Note:** This is a research demo and may not always succeed. The agent's performance depends on the complexity of the task and the website's structure.
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.3.0
|
| 8 |
app_file: app.py
|
| 9 |
+
python_version: '3.10'
|
| 10 |
---
|
| 11 |
|
| 12 |
# WebVoyager
|
|
|
|
| 27 |
2. Describe the task you want the agent to perform.
|
| 28 |
3. Click "Submit" and watch the agent work in real-time.
|
| 29 |
|
| 30 |
+
**Note:** This is a research demo and may not always succeed. The agent's performance depends on the complexity of the task and the website's structure.
|