Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
92 |
-
|
93 |
-
|
|
|
|
|
|
|
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__":
|