Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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',
|