Herbert commited on
Commit
9344185
Β·
1 Parent(s): 064e6aa

Added hf_spaces instructions

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- title: AgenticNav
3
  emoji: πŸ“š
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.50.0
8
  app_file: app.py
9
- python_version: 3.13
10
  pinned: true
11
  hf_oauth: true
12
  hf_oauth_scopes:
@@ -17,7 +17,4 @@ short_description: Agent for NeurIPS paper discovery and visit schedule builder
17
 
18
  # AgenticNAV - Your AI conference companion
19
 
20
- PLEASE FIND THE IMPLEMENTATION OF AGENTIC NAV ON GITHUB: [https://github.com/core-aix/agentic-nav](https://github.com/core-aix/agentic-nav)
21
-
22
-
23
-
 
1
  ---
2
+ title: AgenticNAV
3
  emoji: πŸ“š
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.50.0
8
  app_file: app.py
9
+ python_version: 3.10
10
  pinned: true
11
  hf_oauth: true
12
  hf_oauth_scopes:
 
17
 
18
  # AgenticNAV - Your AI conference companion
19
 
20
+ PLEASE FIND THE IMPLEMENTATION OF AgenticNAV ON GITHUB: [https://github.com/core-aix/agentic-nav](https://github.com/core-aix/agentic-nav)