User1342 commited on
Commit
8b61354
·
1 Parent(s): 55a83ec

Update app.py

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