Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,9 @@ iface = gr.ChatInterface(
|
|
39 |
generate_response,
|
40 |
chatbot=gr.Chatbot(height=600, type="messages"),
|
41 |
textbox=gr.Textbox(placeholder="Type your message here...", container=False, scale=7),
|
42 |
-
title="Athena-
|
43 |
-
description="Chat with Athena-2 (Beta)",
|
44 |
-
theme="
|
45 |
examples=[
|
46 |
"What is Pagani and what are they known for?",
|
47 |
"Make a small Python Neural Network.",
|
|
|
39 |
generate_response,
|
40 |
chatbot=gr.Chatbot(height=600, type="messages"),
|
41 |
textbox=gr.Textbox(placeholder="Type your message here...", container=False, scale=7),
|
42 |
+
title="Athena-2 🏛️ - Beta",
|
43 |
+
description="Chat with Athena-2 (Beta) Please note that since Athena-2 is in beta, some outputs may not be accurate/expected!",
|
44 |
+
theme="soft",
|
45 |
examples=[
|
46 |
"What is Pagani and what are they known for?",
|
47 |
"Make a small Python Neural Network.",
|