Spaces:
Runtime error
Runtime error
Update game1.py
Browse files
game1.py
CHANGED
@@ -287,13 +287,6 @@ def interpre1(lang_selected, num_selected):
|
|
287 |
# else:
|
288 |
# res.append((i[0], None))
|
289 |
return res
|
290 |
-
|
291 |
-
def change_lang(choice):
|
292 |
-
if choice == "English":
|
293 |
-
return gr.Textbox.update('English', visible=False)
|
294 |
-
else:
|
295 |
-
return gr.Textbox.update('Dutch', visible=False)
|
296 |
-
|
297 |
|
298 |
def func1_written(text_written, human_predict, lang_written):
|
299 |
chatbot = []
|
|
|
287 |
# else:
|
288 |
# res.append((i[0], None))
|
289 |
return res
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
|
291 |
def func1_written(text_written, human_predict, lang_written):
|
292 |
chatbot = []
|