ATG2024 commited on
Commit
7534685
·
verified ·
1 Parent(s): 0158edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,9 +148,9 @@ def query_model(question):
148
  if "Cyngnus" in question.lower():
149
  return "Most visible in the summer; contains the Northern Cross asterism and the bright star Deneb, which forms part of the Summer Triangle. Cygnus, the Swan, is often associated with the story of Zeus transforming into a swan or the tale of Phaethon, who fell into the Eridanus river.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/Cygnus.png"
150
  if "Scropius" in question.lower():
151
- return "Best seen in July and August; easily recognized by the bright red star Antares at its heart and its curved "tail" of stars. Scorpius is linked to the myth of the scorpion sent by Gaia to kill Orion, which explains why they are placed on opposite sides of the sky.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/SCORPIUS.png"
152
  if "Leo" in question.lower():
153
- return "Best viewed in April; known for the sickle-shaped pattern representing the lion's mane and the bright star Regulus, which is known as the "Heart of the Lion." Leo is associated with the Nemean Lion, a beast slain by Hercules as one of his twelve labors.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/leo.png"
154
  if "Taurus" in question.lower():
155
  return "Best visible in November and December; characterized by the bright red star Aldebaran and the nearby Pleiades star cluster, also known as the Seven Sisters. In mythology, Taurus represents the bull form of Zeus, who abducted Europa.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/Taurus%20.png"
156
  if "Gemini" in question.lower():
 
148
  if "Cyngnus" in question.lower():
149
  return "Most visible in the summer; contains the Northern Cross asterism and the bright star Deneb, which forms part of the Summer Triangle. Cygnus, the Swan, is often associated with the story of Zeus transforming into a swan or the tale of Phaethon, who fell into the Eridanus river.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/Cygnus.png"
150
  if "Scropius" in question.lower():
151
+ return "Best seen in July and August; easily recognized by the bright red star Antares at its heart and its curved tail of stars. Scorpius is linked to the myth of the scorpion sent by Gaia to kill Orion, which explains why they are placed on opposite sides of the sky.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/SCORPIUS.png"
152
  if "Leo" in question.lower():
153
+ return "Best viewed in April; known for the sickle-shaped pattern representing the lion's mane and the bright star Regulus, which is known as the Heart of the Lion. Leo is associated with the Nemean Lion, a beast slain by Hercules as one of his twelve labors.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/leo.png"
154
  if "Taurus" in question.lower():
155
  return "Best visible in November and December; characterized by the bright red star Aldebaran and the nearby Pleiades star cluster, also known as the Seven Sisters. In mythology, Taurus represents the bull form of Zeus, who abducted Europa.","https://huggingface.co/spaces/Starfinders/Stars/resolve/main/Taurus%20.png"
156
  if "Gemini" in question.lower():