Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -597,7 +597,7 @@ def build_ui():
|
|
| 597 |
label="Reporting period",
|
| 598 |
interactive=True
|
| 599 |
)
|
| 600 |
-
gr.Markdown("<div class='uc-hint'>Pick a calculator and reporting period. You can switch anytime.</div>")
|
| 601 |
|
| 602 |
# --- MMG Inputs ---
|
| 603 |
vendor_preset = gr.Dropdown(
|
|
|
|
| 597 |
label="Reporting period",
|
| 598 |
interactive=True
|
| 599 |
)
|
| 600 |
+
gr.Markdown("<div class='uc-hint'>Pick a calculator and reporting period. You can switch anytime. Click the 'Calculate' button when you are ready! </div>")
|
| 601 |
|
| 602 |
# --- MMG Inputs ---
|
| 603 |
vendor_preset = gr.Dropdown(
|