sbkapelner commited on
Commit
41584bd
1 Parent(s): 3846e02

Fixed clear button error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def translate_text(input_text):
72
  return translations["English"], translations["French"], translations["Spanish"]
73
 
74
  def clear_textboxes():
75
- return "", ""
76
 
77
  with gr.Blocks() as demo:
78
  with gr.Row():
 
72
  return translations["English"], translations["French"], translations["Spanish"]
73
 
74
  def clear_textboxes():
75
+ return "", "", "", ""
76
 
77
  with gr.Blocks() as demo:
78
  with gr.Row():