Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
---
|
|
|
2 |
title: CryptoSentinel AI
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
-
app_port:
|
8 |
tags:
|
9 |
-
- streamlit
|
10 |
pinned: false
|
11 |
short_description: Combines cryptocurrency insights with AI-driven analytics.
|
12 |
---
|
13 |
|
|
|
|
|
14 |
# Welcome to Streamlit!
|
15 |
|
16 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
|
|
1 |
---
|
2 |
+
---
|
3 |
title: CryptoSentinel AI
|
4 |
emoji: π
|
5 |
colorFrom: red
|
6 |
colorTo: red
|
7 |
sdk: docker
|
8 |
+
app_port: 7860 # β must match the port you expose below
|
9 |
tags:
|
10 |
+
- fastapi # β use an appropriate tag; βstreamlitβ only if using Streamlit
|
11 |
pinned: false
|
12 |
short_description: Combines cryptocurrency insights with AI-driven analytics.
|
13 |
---
|
14 |
|
15 |
+
---
|
16 |
+
|
17 |
# Welcome to Streamlit!
|
18 |
|
19 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|