User1342 commited on
Commit
a50cef5
1 Parent(s): b4ab093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -211,6 +211,7 @@ username_populated = False
211
 
212
 
213
  def chat(radio_score=None, selected_option=None):
 
214
  client = get_client_from_tokens()
215
  history = []
216
 
 
211
 
212
 
213
  def chat(radio_score=None, selected_option=None):
214
+ print("headers {}".format(flask.request.headers))
215
  client = get_client_from_tokens()
216
  history = []
217