Geraldine commited on
Commit
3817818
1 Parent(s): 968dd07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ if selected_task :
211
  if prompt_input:
212
  response = getattr(client, task)(input,prompt=prompt_input)
213
  else:
214
- response = getattr(client, task)(input)
215
  elif prompt_input:
216
  if context_input is not None:
217
  response = getattr(client, task)(question=prompt_input,context=context_input)
 
211
  if prompt_input:
212
  response = getattr(client, task)(input,prompt=prompt_input)
213
  else:
214
+ response = getattr(client, task)(input)
215
  elif prompt_input:
216
  if context_input is not None:
217
  response = getattr(client, task)(question=prompt_input,context=context_input)