Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,8 @@ def PLadder_ZSizes(utc_dt, lat, lon):
|
|
| 117 |
# Planet mapping with Swiss Ephemeris constants
|
| 118 |
PLANET_OBJECTS = {
|
| 119 |
'Sun': swe.SUN, 'Moon': swe.MOON, 'Mercury': swe.MERCURY,
|
| 120 |
-
'Venus': swe
|
|
|
|
| 121 |
'Jupiter': swe.JUPITER, 'Saturn': swe.SATURN
|
| 122 |
}
|
| 123 |
|
|
@@ -291,7 +292,7 @@ with gr.Blocks(title="Planetary Ladder Calculator") as interface:
|
|
| 291 |
with gr.Row():
|
| 292 |
query_text = gr.Textbox(
|
| 293 |
label="Input Query",
|
| 294 |
-
placeholder="Example: PLadder
|
| 295 |
max_lines=1
|
| 296 |
)
|
| 297 |
with gr.Row():
|
|
|
|
| 117 |
# Planet mapping with Swiss Ephemeris constants
|
| 118 |
PLANET_OBJECTS = {
|
| 119 |
'Sun': swe.SUN, 'Moon': swe.MOON, 'Mercury': swe.MERCURY,
|
| 120 |
+
'Venus': swe
|
| 121 |
+
.VENUS, 'Mars': swe.MARS,
|
| 122 |
'Jupiter': swe.JUPITER, 'Saturn': swe.SATURN
|
| 123 |
}
|
| 124 |
|
|
|
|
| 292 |
with gr.Row():
|
| 293 |
query_text = gr.Textbox(
|
| 294 |
label="Input Query",
|
| 295 |
+
placeholder="Example for Elon Mask: PLadder 28-06-1971 12:03:00 Pretoria",
|
| 296 |
max_lines=1
|
| 297 |
)
|
| 298 |
with gr.Row():
|