FESG1234 commited on
Commit
165ee65
·
verified ·
1 Parent(s): d24aa3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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 )