mwitiderrick commited on
Commit
7583b9e
1 Parent(s): be66a58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ pipe = deepsparse.Pipeline.create(
32
  prompt_sequence_length=16,
33
  )
34
 
 
35
  return "", message
36
 
37
 
 
32
  prompt_sequence_length=16,
33
  )
34
 
35
+ def clear_and_save_textbox(message: str) -> Tuple[str, str]:
36
  return "", message
37
 
38