ysharma HF Staff commited on
Commit
8313f49
·
verified ·
1 Parent(s): eb4e867

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -88,9 +88,12 @@ demo = gr.ChatInterface(
88
  "Is it sunny in Paris right now?",
89
  "Should I bring an umbrella in New York today?"
90
  ],
91
- #retry_btn="Retry ↺",
92
- #undo_btn="Undo ↩",
93
- #clear_btn="Clear 🗑️"
 
 
 
94
  )
95
 
96
  if __name__ == "__main__":
 
88
  "Is it sunny in Paris right now?",
89
  "Should I bring an umbrella in New York today?"
90
  ],
91
+ example_icons=["https://cdn3.iconfinder.com/data/icons/landmark-outline/432/japan_tower_tokyo_landmark_travel_architecture_tourism_view-256.png",
92
+ "https://cdn2.iconfinder.com/data/icons/city-building-1/200/ArcdeTriomphe-256.png",
93
+ "https://cdn2.iconfinder.com/data/icons/city-icons-for-offscreen-magazine/80/new-york-256.png"
94
+ ],
95
+ save_history=True,
96
+
97
  )
98
 
99
  if __name__ == "__main__":