Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ iface = gr.ChatInterface(
|
|
80 |
fn=generater,
|
81 |
title=title,
|
82 |
description=description,
|
83 |
-
chatbot=
|
84 |
additional_inputs=additional_inputs,
|
85 |
examples=[
|
86 |
["Hello ANIMA! Can you tell me how the Namib Desert Beetle inspires water collection methods?"],
|
|
|
80 |
fn=generater,
|
81 |
title=title,
|
82 |
description=description,
|
83 |
+
chatbot=True,
|
84 |
additional_inputs=additional_inputs,
|
85 |
examples=[
|
86 |
["Hello ANIMA! Can you tell me how the Namib Desert Beetle inspires water collection methods?"],
|