Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ with open("RamsayPersonality_V1.txt", "r") as file:
|
|
11 |
|
12 |
# Streamlit app logic
|
13 |
st.title("RamsayGPT👨🍳")
|
14 |
-
st.write("Welcome to RamsayGPT!
|
15 |
st.write("Type menu to see learning options. And if you can't handle the heat, type quit to end the tutoring session.")
|
16 |
|
17 |
menu = """Here are your options:
|
|
|
11 |
|
12 |
# Streamlit app logic
|
13 |
st.title("RamsayGPT👨🍳")
|
14 |
+
st.write("Welcome to RamsayGPT! Start by saying hello to Chef Ramsay!")
|
15 |
st.write("Type menu to see learning options. And if you can't handle the heat, type quit to end the tutoring session.")
|
16 |
|
17 |
menu = """Here are your options:
|