nornorr commited on
Commit
04ba023
·
1 Parent(s): bc6147d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ unique_SC = unique_values["Spectral_Class"]
11
  def main():
12
  st.title("My star type")
13
  st.image("https://img.freepik.com/free-vector/different-types-stars-dark-space_1308-37762.jpg")
14
- st.text("example -> K = 27739, L = 849420 , R = 1252, A_M = -7.59 , Color = Blue ,Spectral_Class = B -> Type = Hyper Giants")
15
  with st.form("questionaire"):
16
  K = st.number_input('Temperature')
17
  L = st.number_input('Relative Luminosity')
 
11
  def main():
12
  st.title("My star type")
13
  st.image("https://img.freepik.com/free-vector/different-types-stars-dark-space_1308-37762.jpg")
14
+ st.text("example -> \nK = 27739, L = 849420 , R = 1252, A_M = -7.59 , Color = Blue ,Spectral_Class = B\n -> Type = Hyper Giants")
15
  with st.form("questionaire"):
16
  K = st.number_input('Temperature')
17
  L = st.number_input('Relative Luminosity')