Baobab4983 commited on
Commit
63f09ca
·
1 Parent(s): 8ce80d5

My initial chatbot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def registry(name, token, examples=None, **kwargs):
108
 
109
  # Initialize response text
110
  response_text = ""
111
-
112
  # Stream the response
113
  for chunk in response_stream:
114
  if chunk.text:
 
108
 
109
  # Initialize response text
110
  response_text = ""
111
+
112
  # Stream the response
113
  for chunk in response_stream:
114
  if chunk.text: