Spaces:
Sleeping
Sleeping
root commited on
Commit ·
733077c
1
Parent(s): 6662122
Add application file
Browse files
app.py
CHANGED
|
@@ -151,7 +151,9 @@ def main():
|
|
| 151 |
st.title("Chat With Java")
|
| 152 |
st.markdown("""
|
| 153 |
Welcome to Chat With Java, your friendly waiter who's here to assist you with your dining choices. \
|
| 154 |
-
From beverages to mouthwatering dishes and delightful desserts, I'm here to make your dining experience exceptional!
|
|
|
|
|
|
|
| 155 |
""")
|
| 156 |
|
| 157 |
user_input = st.text_input("You:", "")
|
|
|
|
| 151 |
st.title("Chat With Java")
|
| 152 |
st.markdown("""
|
| 153 |
Welcome to Chat With Java, your friendly waiter who's here to assist you with your dining choices. \
|
| 154 |
+
From beverages to mouthwatering dishes and delightful desserts, I'm here to make your dining experience exceptional!\
|
| 155 |
+
HERE is a prompt you can try!
|
| 156 |
+
Hey, I'm {your name}}. The time is currently {time}, and my budget is {budget}. Could you please suggest some meals for me?"
|
| 157 |
""")
|
| 158 |
|
| 159 |
user_input = st.text_input("You:", "")
|