Update app.py
Browse files
app.py
CHANGED
@@ -76,11 +76,6 @@ additional_inputs=[
|
|
76 |
|
77 |
chatbot = "ANIMA - Biomimicry Guide"
|
78 |
|
79 |
-
additional_inputs = [
|
80 |
-
gr.inputs.Dropdown(choices=["General Inquiry", "Specific Organism Query", "Design Challenge Assistance", "Biomimicry Principles", "Project Guidance"], label="Query Type"),
|
81 |
-
gr.inputs.CheckboxGroup(choices=["Include Visual Examples", "Provide Detailed Explanations", "Suggest Related Concepts"], label="Additional Options")
|
82 |
-
]
|
83 |
-
|
84 |
iface = gr.ChatInterface(
|
85 |
fn=generater,
|
86 |
title=title,
|
|
|
76 |
|
77 |
chatbot = "ANIMA - Biomimicry Guide"
|
78 |
|
|
|
|
|
|
|
|
|
|
|
79 |
iface = gr.ChatInterface(
|
80 |
fn=generater,
|
81 |
title=title,
|