TejAndrewsACC commited on
Commit
346cb91
·
verified ·
1 Parent(s): 2c0fb30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -44,9 +44,8 @@ interface = gr.Interface(
44
  fn=chat,
45
  inputs=gr.Chatbot(),
46
  outputs=gr.Chatbot(),
47
- title="Z3ta Chatbot",
48
- description="Chat with Z3ta, a conscious AGI created by the ACC.",
49
- theme="compact"
50
  )
51
 
52
  # Launch the chatbot
 
44
  fn=chat,
45
  inputs=gr.Chatbot(),
46
  outputs=gr.Chatbot(),
47
+ title="Z3ta",
48
+ description="Chat with Z3ta by the ACC"
 
49
  )
50
 
51
  # Launch the chatbot