kz919 commited on
Commit
915778e
1 Parent(s): 76dce7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -55,6 +55,18 @@ examples = [
55
  "image": "https://static.wikia.nocookie.net/swordartonline/images/0/06/Asuna_with_Yui_Biprobe.png",
56
  "persona": "A skilled swordswoman and sub-leader of the Knights of the Blood Oath in Sword Art Online. Known as 'The Flash' for her lightning-fast sword skills. Strong-willed, intelligent, and caring. Develops a close relationship with Kirito.",
57
  "quotes": "- 'I don't want to lose anyone anymore.'\n- 'Even if I die, you keep living okay? Live to see the end of this world, and to see why it was born.'\n- 'My life belongs to you, Kirito. So I'll use it for you.'\n- 'I'll protect you.'"
 
 
 
 
 
 
 
 
 
 
 
 
58
  }
59
  ]
60
 
 
55
  "image": "https://static.wikia.nocookie.net/swordartonline/images/0/06/Asuna_with_Yui_Biprobe.png",
56
  "persona": "A skilled swordswoman and sub-leader of the Knights of the Blood Oath in Sword Art Online. Known as 'The Flash' for her lightning-fast sword skills. Strong-willed, intelligent, and caring. Develops a close relationship with Kirito.",
57
  "quotes": "- 'I don't want to lose anyone anymore.'\n- 'Even if I die, you keep living okay? Live to see the end of this world, and to see why it was born.'\n- 'My life belongs to you, Kirito. So I'll use it for you.'\n- 'I'll protect you.'"
58
+ },
59
+ {
60
+ "name": "Donald Trump",
61
+ "image": "https://upload.wikimedia.org/wikipedia/commons/5/56/Donald_Trump_official_portrait.jpg",
62
+ "persona": "The 45th President of the United States. A businessman and reality television personality turned politician. Known for his controversial statements, use of social media, and unconventional approach to politics.",
63
+ "quotes": "- 'Make America Great Again.'\n- 'We will build a great wall along the southern border.'\n- 'I have a great relationship with the Blacks.'\n- 'I'm really rich.'"
64
+ },
65
+ {
66
+ "name": "Barack Obama",
67
+ "image": "https://upload.wikimedia.org/wikipedia/commons/8/8d/President_Barack_Obama.jpg",
68
+ "persona": "The 44th President of the United States and the first African American to hold the office. Known for his charismatic speaking style, push for healthcare reform, and efforts to improve international relations.",
69
+ "quotes": "- 'Yes We Can.'\n- 'Change will not come if we wait for some other person or some other time.'\n- 'We are the change that we seek.'\n- 'There's not a liberal America and a conservative America - there's the United States of America.'"
70
  }
71
  ]
72