Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ chat_session = model.start_chat(
|
|
25 |
history=[]
|
26 |
)
|
27 |
|
28 |
-
input =
|
29 |
|
30 |
def chat(input):
|
31 |
response = chat_session.send_message(input)
|
|
|
25 |
history=[]
|
26 |
)
|
27 |
|
28 |
+
input = "How are you"
|
29 |
|
30 |
def chat(input):
|
31 |
response = chat_session.send_message(input)
|