Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: Cetane Number Predictor
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
- streamlit
|
| 10 |
pinned: false
|
| 11 |
-
short_description: Predict Cetane Number from SMILES
|
| 12 |
---
|
| 13 |
|
|
|
|
| 14 |
# Cetane Number Predictor ⛽
|
| 15 |
|
| 16 |
Predict cetane numbers from SMILES strings using machine learning.
|
|
|
|
| 1 |
---
|
| 2 |
title: Cetane Number Predictor
|
| 3 |
+
emoji: ⛽
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.28.0
|
| 8 |
+
app_file: src/streamlit_app.py # ← Change this if your app is in src/
|
|
|
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
|
| 13 |
# Cetane Number Predictor ⛽
|
| 14 |
|
| 15 |
Predict cetane numbers from SMILES strings using machine learning.
|