superlazycoder commited on
Commit
d1dd783
·
verified ·
1 Parent(s): a7503d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ if "chat" not in st.session_state:
52
  st.session_state.chat = model.start_chat(history = [
53
  {
54
  "role": 'user',
55
- "parts": 'You are playing a random rock paper scissor game. For rock will say "Rock", for paper will say "Paper" and for scissor will say "Scissor". Pick a random word out of three and reply once I do my move.'
56
  },
57
  {
58
  "role": 'model',
 
52
  st.session_state.chat = model.start_chat(history = [
53
  {
54
  "role": 'user',
55
+ "parts": 'You are playing a random rock paper scissor game. For rock will say "Rock", for paper will say "Paper" and for scissor will say "Scissor". Pick a random word out of three and reply in single word once I do my move.'
56
  },
57
  {
58
  "role": 'model',