Spaces:
Sleeping
Sleeping
Commit
·
e6f082e
1
Parent(s):
c59ef6b
Update app.py
Browse files
app.py
CHANGED
@@ -142,6 +142,9 @@ def complete_query(partial_query):
|
|
142 |
radial_velocity_error as rv_error,
|
143 |
parallax_error,
|
144 |
|
|
|
|
|
|
|
145 |
-- Note: No comma after this last SELECT item
|
146 |
parallax_over_error
|
147 |
-- Use DR3
|
|
|
142 |
radial_velocity_error as rv_error,
|
143 |
parallax_error,
|
144 |
|
145 |
+
-- Additional parameters that appear in the WHERE clause should be added here
|
146 |
+
-- Example: MH_GSPPhot
|
147 |
+
|
148 |
-- Note: No comma after this last SELECT item
|
149 |
parallax_over_error
|
150 |
-- Use DR3
|