EinsteinCoder commited on
Commit
c32856d
·
verified ·
1 Parent(s): 7606f7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def check_api_key():
36
 
37
  @app.route("/")
38
  def home():
39
- # return send_from_directory(".", "index.html")
40
- return """Flask Server running with GROQ API"""
41
 
42
 
43
  @app.route("/chat/completions", methods=["POST"])
 
36
 
37
  @app.route("/")
38
  def home():
39
+ return send_from_directory(".", "index.html")
40
+ #return """Flask Server running with GROQ API"""
41
 
42
 
43
  @app.route("/chat/completions", methods=["POST"])