Severian commited on
Commit
905a767
·
1 Parent(s): 287e860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,7 +84,8 @@ body { background-color: #f4f4f2; }
84
  # Initialize Gradio Chat Interface with the custom CSS
85
  demo = gr.ChatInterface(
86
  fn=generate_text,
87
- title="ANIMA: (Advanced Nature Inspired Multidisciplinary Assistant) is an expert in various scientific disciplines, including but not limited to biomimicry, biology, and environmental science.",
 
88
  description="Dive into the scientific and philosophical aspects of biomimicry, and discover nature-inspired innovations with ANIMA.",
89
  examples=[
90
  "How do animals adapt to extreme environments?",
 
84
  # Initialize Gradio Chat Interface with the custom CSS
85
  demo = gr.ChatInterface(
86
  fn=generate_text,
87
+ title="ANIMA"
88
+ "(Advanced Nature Inspired Multidisciplinary Assistant) is an expert in various scientific disciplines, including but not limited to biomimicry, biology, and environmental science.",
89
  description="Dive into the scientific and philosophical aspects of biomimicry, and discover nature-inspired innovations with ANIMA.",
90
  examples=[
91
  "How do animals adapt to extreme environments?",