Spaces:
NLPark
/
Runtime error

Severian commited on
Commit
ba0a926
1 Parent(s): 83597c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -77,10 +77,10 @@ additional_inputs=[
77
  chatbot = "ANIMA - Biomimicry Guide"
78
 
79
  iface = gr.ChatInterface(
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?"],
 
77
  chatbot = "ANIMA - Biomimicry Guide"
78
 
79
  iface = gr.ChatInterface(
80
+ fn = generater,
81
  title=title,
82
+ description = description,
83
+ chatbot=chatbot,
84
  additional_inputs=additional_inputs,
85
  examples=[
86
  ["Hello ANIMA! Can you tell me how the Namib Desert Beetle inspires water collection methods?"],