Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,4 +111,7 @@ print(get_bot_response(messages)) # This will print the welcome message
|
|
111 |
# Continue with conversation
|
112 |
messages.append({"role": "user", "content": "How do you say 'hello' in Swahili?"})
|
113 |
response = get_bot_response(messages)
|
114 |
-
print(response)
|
|
|
|
|
|
|
|
111 |
# Continue with conversation
|
112 |
messages.append({"role": "user", "content": "How do you say 'hello' in Swahili?"})
|
113 |
response = get_bot_response(messages)
|
114 |
+
print(response)
|
115 |
+
|
116 |
+
if __name__ == "__main__":
|
117 |
+
demo.launch(share=True,pwa=True )
|