Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
write a python streamlit program which allows two players to play the dice game called Craps.
|
2 |
|
3 |
import streamlit as st
|
4 |
import random
|
|
|
1 |
+
# write a python streamlit program which allows two players to play the dice game called Craps.
|
2 |
|
3 |
import streamlit as st
|
4 |
import random
|