Spaces:
Running
Running
Eddie Pick
commited on
Commit
β’
6c55f30
1
Parent(s):
e5a770a
Upgraded SDKs
Browse files- .vscode/launch.json +15 -0
- README.md +2 -1
- spacy.ipynb +0 -0
.vscode/launch.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
// Use IntelliSense to learn about possible attributes.
|
3 |
+
// Hover to view descriptions of existing attributes.
|
4 |
+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
5 |
+
"version": "0.2.0",
|
6 |
+
"configurations": [
|
7 |
+
{
|
8 |
+
"name": "Python Debugger: Current File",
|
9 |
+
"type": "debugpy",
|
10 |
+
"request": "launch",
|
11 |
+
"program": "${file}",
|
12 |
+
"console": "integratedTerminal"
|
13 |
+
}
|
14 |
+
]
|
15 |
+
}
|
README.md
CHANGED
@@ -3,8 +3,9 @@ title: Search Agent
|
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: yellow
|
|
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
8 |
app_file: search_agent_ui.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: yellow
|
6 |
+
python_version: 3.12
|
7 |
sdk: streamlit
|
8 |
+
sdk_version: 1.38.0
|
9 |
app_file: search_agent_ui.py
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
spacy.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|