Spestly commited on
Commit
3dad4f6
·
verified ·
1 Parent(s): 95b6e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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-1 - Beta",
43
- description="Chat with Athena-2 (Beta)",
44
- theme="monochrome",
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.",