Spaces:
Sleeping
Sleeping
Update game1.py
Browse files
game1.py
CHANGED
@@ -5,7 +5,6 @@ import pandas as pd
|
|
5 |
import gradio as gr
|
6 |
import numpy as np
|
7 |
|
8 |
-
|
9 |
def read1(lang, num_selected_former):
|
10 |
if lang in ['en']:
|
11 |
fname = 'data1_en.txt'
|
|
|
5 |
import gradio as gr
|
6 |
import numpy as np
|
7 |
|
|
|
8 |
def read1(lang, num_selected_former):
|
9 |
if lang in ['en']:
|
10 |
fname = 'data1_en.txt'
|