tonyassi commited on
Commit
7ca4751
·
verified ·
1 Parent(s): 50846c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ app = Flask(__name__)
9
  @app.route('/')
10
  def index():
11
  content ="""
12
- Hello, Webhook Receiver!
13
 
14
  curl -X POST "https://tonyassi-webhook-receiver-dev.hf.space/json" \
15
  -H "Content-Type: application/json" \
 
9
  @app.route('/')
10
  def index():
11
  content ="""
12
+ Hello, Webhook Receiver! <br><br>
13
 
14
  curl -X POST "https://tonyassi-webhook-receiver-dev.hf.space/json" \
15
  -H "Content-Type: application/json" \