awacke1 commited on
Commit
e6aa461
·
1 Parent(s): 738a092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def main():
53
  st.title("Chat with AI")
54
 
55
  # Pre-defined prompts
56
- prompts = ['How's the weather?', 'Tell me a joke.', 'What is the meaning of life?']
57
 
58
  # User prompt input
59
  user_prompt = st.text_input("Your question:", '')
 
53
  st.title("Chat with AI")
54
 
55
  # Pre-defined prompts
56
+ prompts = ['Hows the weather?', 'Tell me a joke.', 'What is the meaning of life?']
57
 
58
  # User prompt input
59
  user_prompt = st.text_input("Your question:", '')