Spaces:
Sleeping
Sleeping
sbkapelner
commited on
Commit
•
41584bd
1
Parent(s):
3846e02
Fixed clear button error
Browse files
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():
|