title change
Browse files- app.py +1 -1
- bigideaviewer/app3.py +1 -1
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def update_game_data(pitcher, project_name, player_names, max_fibonacci_value):
|
|
| 105 |
|
| 106 |
|
| 107 |
# Initialize Streamlit app
|
| 108 |
-
st.title("Pitch
|
| 109 |
|
| 110 |
# Number of players
|
| 111 |
number_of_players = st.sidebar.number_input("Enter number of players", 2, 10, 4)
|
|
|
|
| 105 |
|
| 106 |
|
| 107 |
# Initialize Streamlit app
|
| 108 |
+
st.title("The Big Idea: Pitch Practice Game")
|
| 109 |
|
| 110 |
# Number of players
|
| 111 |
number_of_players = st.sidebar.number_input("Enter number of players", 2, 10, 4)
|
bigideaviewer/app3.py
CHANGED
|
@@ -105,7 +105,7 @@ def update_game_data(pitcher, project_name, player_names, max_fibonacci_value):
|
|
| 105 |
|
| 106 |
|
| 107 |
# Initialize Streamlit app
|
| 108 |
-
st.title("Pitch
|
| 109 |
|
| 110 |
# Number of players
|
| 111 |
number_of_players = st.sidebar.number_input("Enter number of players", 2, 10, 4)
|
|
|
|
| 105 |
|
| 106 |
|
| 107 |
# Initialize Streamlit app
|
| 108 |
+
st.title("The Big Idea: Pitch Practice Game")
|
| 109 |
|
| 110 |
# Number of players
|
| 111 |
number_of_players = st.sidebar.number_input("Enter number of players", 2, 10, 4)
|