TomLii commited on
Commit
4938fee
ยท
1 Parent(s): db993e8

Fix README metadata merge conflict

Browse files
Files changed (1) hide show
  1. README.md +0 -13
README.md CHANGED
@@ -1,26 +1,14 @@
1
  ---
2
- <<<<<<< HEAD
3
- title: Test
4
- emoji: ๐Ÿ 
5
- colorFrom: purple
6
- colorTo: pink
7
- sdk: gradio
8
- sdk_version: 6.12.0
9
- =======
10
  title: DeepResearch Space Starter
11
  emoji: ๐Ÿ”Ž
12
  colorFrom: blue
13
  colorTo: indigo
14
  sdk: gradio
15
  sdk_version: 5.29.0
16
- >>>>>>> master
17
  app_file: app.py
18
  pinned: false
19
  ---
20
 
21
- <<<<<<< HEAD
22
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
23
- =======
24
  # DeepResearch Space Starter
25
 
26
  A standalone Hugging Face Space starter for a DeepResearch-style agent.
@@ -67,4 +55,3 @@ Recommended migration strategy:
67
  - This is a lightweight starter, not a full production benchmark runner.
68
  - Web fetching quality depends on target website anti-bot rules and page structure.
69
  - For stronger reliability, add retry/backoff and persistent tool cache.
70
- >>>>>>> master
 
1
  ---
 
 
 
 
 
 
 
 
2
  title: DeepResearch Space Starter
3
  emoji: ๐Ÿ”Ž
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.29.0
 
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
 
 
 
12
  # DeepResearch Space Starter
13
 
14
  A standalone Hugging Face Space starter for a DeepResearch-style agent.
 
55
  - This is a lightweight starter, not a full production benchmark runner.
56
  - Web fetching quality depends on target website anti-bot rules and page structure.
57
  - For stronger reliability, add retry/backoff and persistent tool cache.