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