sjmt commited on
Commit
79237e7
·
verified ·
1 Parent(s): 008ad55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ def process_response(response_data):
57
  return list(messages) # Convert the set back to a list
58
 
59
  @app.route('/')
60
- def index():
61
- return f'/start for initiating booking process <br> /query for asking questions <br> API Key: {VOICEFLOW_API_KEY}'
62
 
63
  @app.route('/start', methods=['POST'])
64
  def launch():
 
57
  return list(messages) # Convert the set back to a list
58
 
59
  @app.route('/')
60
+ def hello_world():
61
+ return 'Hello, World!'
62
 
63
  @app.route('/start', methods=['POST'])
64
  def launch():