Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AI Research Assistant
|
| 2 |
|
| 3 |
An AI-powered research assistant that gathers and analyzes information with web search, weather, and space weather context.
|
|
@@ -55,4 +64,4 @@ Deploy as a Hugging Face Space with the following configuration:
|
|
| 55 |
|
| 56 |
## License
|
| 57 |
|
| 58 |
-
Apache 2.0
|
|
|
|
| 1 |
+
# README.md
|
| 2 |
+
---
|
| 3 |
+
title: AI Research Assistant
|
| 4 |
+
sdk: gradio
|
| 5 |
+
sdk_version: 4.38.1
|
| 6 |
+
app_file: app.py
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# AI Research Assistant
|
| 11 |
|
| 12 |
An AI-powered research assistant that gathers and analyzes information with web search, weather, and space weather context.
|
|
|
|
| 64 |
|
| 65 |
## License
|
| 66 |
|
| 67 |
+
Apache 2.0
|