app.py
Browse files- app_star.py +2 -2
app_star.py
CHANGED
@@ -42,8 +42,8 @@ def main():
|
|
42 |
"Relative Luminosity": [L],
|
43 |
"Relative Radiusducation": [R],
|
44 |
"Absolute Magnitude": [AM],
|
45 |
-
"General Color of Spectrum": [CL],
|
46 |
-
"Spectral_Class": [SC]
|
47 |
}))
|
48 |
# Show prediction
|
49 |
if result[0] == 0:
|
|
|
42 |
"Relative Luminosity": [L],
|
43 |
"Relative Radiusducation": [R],
|
44 |
"Absolute Magnitude": [AM],
|
45 |
+
"General Color of Spectrum": [CL_DICT[CL]],
|
46 |
+
"Spectral_Class": [SC_DICT[SC]]
|
47 |
}))
|
48 |
# Show prediction
|
49 |
if result[0] == 0:
|