Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -22
.streamlit/config.toml
CHANGED
|
@@ -10,25 +10,4 @@ maxUploadSize = 50
|
|
| 10 |
enableCORS = false
|
| 11 |
|
| 12 |
[browser]
|
| 13 |
-
gatherUsageStats = false
|
| 14 |
-
```
|
| 15 |
-
|
| 16 |
-
Commit it.
|
| 17 |
-
|
| 18 |
-
---
|
| 19 |
-
|
| 20 |
-
## Final File Structure on HF Space
|
| 21 |
-
|
| 22 |
-
After all steps, your Space files should look like:
|
| 23 |
-
```
|
| 24 |
-
README.md ← with YAML header (fixed)
|
| 25 |
-
app.py
|
| 26 |
-
requirements.txt
|
| 27 |
-
.streamlit/
|
| 28 |
-
config.toml
|
| 29 |
-
utils/
|
| 30 |
-
__init__.py
|
| 31 |
-
data_processor.py
|
| 32 |
-
embeddings.py
|
| 33 |
-
llm_client.py
|
| 34 |
-
excel_builder.py
|
|
|
|
| 10 |
enableCORS = false
|
| 11 |
|
| 12 |
[browser]
|
| 13 |
+
gatherUsageStats = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|