Spaces:
Sleeping
Sleeping
Initial commit with full functionality
Browse files
space.yml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# space.yml
|
| 2 |
-
title:
|
| 3 |
sdk: gradio
|
| 4 |
python:
|
| 5 |
-
version: "3.10"
|
|
|
|
|
|
| 1 |
# space.yml
|
| 2 |
+
title: Smart Web Analyzer Plus
|
| 3 |
sdk: gradio
|
| 4 |
python:
|
| 5 |
+
version: "3.10"
|
| 6 |
+
requirements: "requirements.txt" # Explicit path declaration
|