Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -621,7 +621,7 @@ with gr.Blocks(title=APP_TITLE) as demo:
|
|
| 621 |
clear.click(lambda: ([], ""), outputs=[chat, msg])
|
| 622 |
|
| 623 |
with gr.Tab("Billing"):
|
| 624 |
-
|
| 625 |
f"### Plans
|
| 626 |
"
|
| 627 |
f"- **{PLANS['free']['name']} (Free)**: {PLANS['free']['runs_per_day']} runs/day, low-risk tools
|
|
|
|
| 621 |
clear.click(lambda: ([], ""), outputs=[chat, msg])
|
| 622 |
|
| 623 |
with gr.Tab("Billing"):
|
| 624 |
+
gr.Markdown(
|
| 625 |
f"### Plans
|
| 626 |
"
|
| 627 |
f"- **{PLANS['free']['name']} (Free)**: {PLANS['free']['runs_per_day']} runs/day, low-risk tools
|