Severian commited on
Commit
99a8b93
1 Parent(s): 905a767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -84,9 +84,9 @@ body { background-color: #f4f4f2; }
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?",
92
  "What are some examples of biomimicry in architecture?",
 
84
  # Initialize Gradio Chat Interface with the custom CSS
85
  demo = gr.ChatInterface(
86
  fn=generate_text,
87
+ title="ANIMA",
88
+
89
+ description="(Advanced Nature Inspired Multidisciplinary Assistant) is an expert in various scientific disciplines, including but not limited to biomimicry, biology, and environmental science.",
90
  examples=[
91
  "How do animals adapt to extreme environments?",
92
  "What are some examples of biomimicry in architecture?",