InnerI commited on
Commit
b01eed1
·
verified ·
1 Parent(s): 94ba936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -9
app.py CHANGED
@@ -679,15 +679,10 @@ with gr.Blocks(title=APP_TITLE) as demo:
679
 
680
  with gr.Tab("Billing"):
681
  gr.Markdown(
682
- "### Plans
683
- "
684
- "- **Observer (Free)**: 25 runs/day, low-risk tools
685
- "
686
- "- **Builder (Pro)**: 500 runs/day, medium-risk tools
687
- "
688
- "- **Sovereign (Enterprise)**: 5000 runs/day, high-risk tools
689
-
690
- "
691
  "Stripe billing is built-in (optional). If Stripe isn't configured, "
692
  "you can set the Space to Private/Paid as a paywall."
693
  )
 
679
 
680
  with gr.Tab("Billing"):
681
  gr.Markdown(
682
+ "### Plans"
683
+ "- **Observer (Free)**: 25 runs/day, low-risk tools"
684
+ "- **Builder (Pro)**: 500 runs/day, medium-risk tools"
685
+ "- **Sovereign (Enterprise)**: 5000 runs/day, high-risk tools"
 
 
 
 
 
686
  "Stripe billing is built-in (optional). If Stripe isn't configured, "
687
  "you can set the Space to Private/Paid as a paywall."
688
  )