Wauplin HF staff commited on
Commit
26dfc12
1 Parent(s): e7d09e5
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,12 +26,13 @@ Features:
26
  - Debug locally before deploying on Spaces
27
  - Handle `x-webhook-secret` header
28
  - Output is parsed as `WebhookPayload` (to be completed)
 
29
 
30
  ### Quick example:
31
 
32
  **app.py**
33
 
34
- ```py
35
  from gradio_webhooks import GradioWebhookApp, WebhookPayload
36
 
37
  app = GradioWebhookApp(webhook_secret="my_dummy_secret")
 
26
  - Debug locally before deploying on Spaces
27
  - Handle `x-webhook-secret` header
28
  - Output is parsed as `WebhookPayload` (to be completed)
29
+ - Landing page to render README (or markdown page)
30
 
31
  ### Quick example:
32
 
33
  **app.py**
34
 
35
+ ```python
36
  from gradio_webhooks import GradioWebhookApp, WebhookPayload
37
 
38
  app = GradioWebhookApp(webhook_secret="my_dummy_secret")