aquibmoin commited on
Commit
07cf345
·
verified ·
1 Parent(s): c70bfa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -57,7 +57,9 @@ Generate a **detailed and structured** response based on the given **science con
57
  - **Wavelength Limits:** Prioritize wavelengths between **100 nanometers (nm) and 3 micrometers (μm)**.
58
  - **Allowed Instruments:** **Only include** observations from **direct imaging, spectroscopy, and polarimetry.** **Exclude** transit and radial velocity methods.
59
  - **Exclusion of Existing Facilities:** **Do not reference** existing observatories such as JWST, Hubble, or ground-based telescopes. This work pertains to a **new mission**.
60
- - **Spectral Resolution Constraint:** Limit spectral resolution (**R**) to the range **10,000 – 50,000**, ensuring that all parameters remain scientifically consistent.
 
 
61
 
62
  **Use this table format as a guideline, generate a detailed table dynamically based on the input.**. Ensure that all values align with the provided constraints and instructions.
63
 
@@ -437,7 +439,7 @@ iface = gr.Interface(
437
  gr.HTML(label="Miro"),
438
  gr.HTML(label="Generate Mind Map on Mapify")
439
  ],
440
- title="ExosAI - NASA SMD SCDD AI Assistant [version-0.9a]",
441
  description="ExosAI is an AI-powered assistant for generating and visualising HWO Science Cases",
442
  )
443
 
 
57
  - **Wavelength Limits:** Prioritize wavelengths between **100 nanometers (nm) and 3 micrometers (μm)**.
58
  - **Allowed Instruments:** **Only include** observations from **direct imaging, spectroscopy, and polarimetry.** **Exclude** transit and radial velocity methods.
59
  - **Exclusion of Existing Facilities:** **Do not reference** existing observatories such as JWST, Hubble, or ground-based telescopes. This work pertains to a **new mission**.
60
+ - **Spectral Resolution Constraint:** Limit spectral resolution (**R**) to the range **10,000 – 50,000**.
61
+ - **Contrast Ratio:** Limit contrast ratio to the range **10^4 - 10^6**.
62
+ - **Ensure that all parameters remain scientifically consistent.**
63
 
64
  **Use this table format as a guideline, generate a detailed table dynamically based on the input.**. Ensure that all values align with the provided constraints and instructions.
65
 
 
439
  gr.HTML(label="Miro"),
440
  gr.HTML(label="Generate Mind Map on Mapify")
441
  ],
442
+ title="ExosAI - NASA SMD SCDD AI Assistant [version-0.91a]",
443
  description="ExosAI is an AI-powered assistant for generating and visualising HWO Science Cases",
444
  )
445