ASG Models commited on
Commit
11fbfbc
·
verified ·
1 Parent(s): 2e73d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ def dash(text,is_state=False):
221
  for chunk in response:
222
  if is_state:
223
  txt+=chunk.text
224
- else
225
  txt=chunk.text
226
 
227
 
 
221
  for chunk in response:
222
  if is_state:
223
  txt+=chunk.text
224
+ else:
225
  txt=chunk.text
226
 
227