Spaces:
Runtime error
Runtime error
Dripto Saha
commited on
Updated app File
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
|
11 |
#from multiprocessing.spawn import import_main_pat
|
12 |
from tkinter import Image
|
13 |
-
from tkinter.tix import IMAGE
|
14 |
from PIL import Image
|
15 |
import numpy as np
|
16 |
import pandas as pd
|
@@ -384,4 +384,4 @@ def main():
|
|
384 |
if __name__=='__main__':
|
385 |
c = main()
|
386 |
if c == 0:
|
387 |
-
st.subheader('GAME OVERRR!! Refresh the page to play again :)')
|
|
|
10 |
|
11 |
#from multiprocessing.spawn import import_main_pat
|
12 |
from tkinter import Image
|
13 |
+
#from tkinter.tix import IMAGE
|
14 |
from PIL import Image
|
15 |
import numpy as np
|
16 |
import pandas as pd
|
|
|
384 |
if __name__=='__main__':
|
385 |
c = main()
|
386 |
if c == 0:
|
387 |
+
st.subheader('GAME OVERRR!! Refresh the page to play again :)')
|