Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
2ce2607
1
Parent(s):
5539f52
Update app.py
Browse files
app.py
CHANGED
@@ -4,15 +4,6 @@ import matplotlib.pyplot as plt
|
|
4 |
import time
|
5 |
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
# Set up game clock
|
10 |
-
clock = pygame.time.Clock()
|
11 |
-
# Game loop
|
12 |
-
running = True
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
st.set_page_config(layout="wide")
|
17 |
|
18 |
|
|
|
4 |
import time
|
5 |
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
st.set_page_config(layout="wide")
|
8 |
|
9 |
|