helloperson123 commited on
Commit
fec64bd
·
verified ·
1 Parent(s): a9ff87c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -90,6 +90,8 @@ async def ask_ai(request: Request):
90
  pass
91
 
92
  return {"reply": ""}
 
 
93
 
94
  # -------------------------------
95
  # RUN SERVER
 
90
  pass
91
 
92
  return {"reply": ""}
93
+ print("ASK CALLED")
94
+
95
 
96
  # -------------------------------
97
  # RUN SERVER