bstraehle commited on
Commit
5c29e6c
1 Parent(s): bb05240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def chat(message, history):
29
  if not message:
30
  raise gr.Error("Message is required.")
31
 
32
- #raise gr.Error("Please clone and bring your own credentials.")
33
 
34
  global assistant, thread
35
 
 
29
  if not message:
30
  raise gr.Error("Message is required.")
31
 
32
+ raise gr.Error("Please clone and bring your own credentials.")
33
 
34
  global assistant, thread
35