Pavithiran commited on
Commit
3218ca7
·
verified ·
1 Parent(s): 5d497fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ def respond(
40
  print(token)
41
  response += token
42
 
43
- print(response)
44
- print(type(response))
45
  yield response.json()
46
  except Exception as e:
47
  yield f"Error: {e}"
 
40
  print(token)
41
  response += token
42
 
43
+ print(response)
44
+ print(type(response))
45
  yield response.json()
46
  except Exception as e:
47
  yield f"Error: {e}"