Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def fetch_exoplanet_data():
|
|
69 |
|
70 |
# Query to fetch all columns from the pscomppars table
|
71 |
ex_query = """
|
72 |
-
SELECT TOP 10
|
73 |
FROM pscomppars
|
74 |
"""
|
75 |
# Execute the query
|
|
|
69 |
|
70 |
# Query to fetch all columns from the pscomppars table
|
71 |
ex_query = """
|
72 |
+
SELECT TOP 10 pl_name, hostname, sy_snum, sy_pnum, discoverymethod, disc_year, disc_facility, pl_controv_flag, pl_orbper, pl_orbsmax, pl_rade, pl_bmasse, pl_orbeccen, pl_eqt, st_spectype, st_teff, st_rad, st_mass, ra, dec, sy_vmag
|
73 |
FROM pscomppars
|
74 |
"""
|
75 |
# Execute the query
|