shamik
commited on
feat: adding the ncessary db file.
Browse files
README.md
CHANGED
@@ -4,12 +4,16 @@ emoji: 👁
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.33.
|
8 |
app_file: app.py
|
9 |
-
|
10 |
pinned: false
|
11 |
license: mit
|
12 |
short_description: Agentic system for ML research and tutoring
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.33.1
|
8 |
app_file: app.py
|
9 |
+
tags: agent-demo-track
|
10 |
pinned: false
|
11 |
license: mit
|
12 |
short_description: Agentic system for ML research and tutoring
|
13 |
+
python_version: 3.12.10
|
14 |
+
preload_from_hub:
|
15 |
+
- Shamik/arxiv_cs_2020_07_2025 arxiv_docs.db
|
16 |
+
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|