Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ teams=[
|
|
| 18 |
'Netherlands']
|
| 19 |
|
| 20 |
|
| 21 |
-
st.title('
|
| 22 |
col1, col2 = st.columns(2)
|
| 23 |
|
| 24 |
with col1:
|
|
|
|
| 18 |
'Netherlands']
|
| 19 |
|
| 20 |
|
| 21 |
+
st.title('World Cup Score Predictor')
|
| 22 |
col1, col2 = st.columns(2)
|
| 23 |
|
| 24 |
with col1:
|