Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ 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 |
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?",
|
@@ -92,7 +92,6 @@ demo = gr.ChatInterface(
|
|
92 |
"Explain the concept of bio-inspired materials"
|
93 |
],
|
94 |
cache_examples=True,
|
95 |
-
theme="h2o",
|
96 |
undo_btn="Delete Previous",
|
97 |
clear_btn="Start Over",
|
98 |
css=css # Apply the custom CSS defined above
|
|
|
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?",
|
|
|
92 |
"Explain the concept of bio-inspired materials"
|
93 |
],
|
94 |
cache_examples=True,
|
|
|
95 |
undo_btn="Delete Previous",
|
96 |
clear_btn="Start Over",
|
97 |
css=css # Apply the custom CSS defined above
|