SergeyO7 commited on
Commit
3ffaa24
·
verified ·
1 Parent(s): ff9e21e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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.VENUS, 'Mars': swe.MARS,
 
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 2023-10-10 12:00 New York",
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():