mgbam commited on
Commit
80f3cf4
Β·
verified Β·
1 Parent(s): cd2f931

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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: 8501
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: