Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ iface = gr.ChatInterface(
|
|
77 |
description = description,
|
78 |
additional_inputs=additional_inputs,
|
79 |
examples=[
|
80 |
-
["
|
81 |
["I'm working on a project related to sustainable architecture. How can biomimicry guide my design process?"],
|
82 |
["Can you explain the concept of biomimicry and its importance in today’s world?"],
|
83 |
["I need some ideas for a biomimicry project in my biology class. Can you suggest some organisms to study?"],
|
|
|
77 |
description = description,
|
78 |
additional_inputs=additional_inputs,
|
79 |
examples=[
|
80 |
+
["Can you tell me how the Namib Desert Beetle inspires water collection methods?"],
|
81 |
["I'm working on a project related to sustainable architecture. How can biomimicry guide my design process?"],
|
82 |
["Can you explain the concept of biomimicry and its importance in today’s world?"],
|
83 |
["I need some ideas for a biomimicry project in my biology class. Can you suggest some organisms to study?"],
|