dsouzaJithesh commited on
Commit
f644bdf
·
verified ·
1 Parent(s): d93a08a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ iface = gr.ChatInterface(
17
  type="messages",
18
  title="AI Alignment ChatBot",
19
  description="Let's understand AI Alignment",
20
- theme="ocean"
21
  examples=["What is Instrumental Efficiency?"]
22
  )
23
 
 
17
  type="messages",
18
  title="AI Alignment ChatBot",
19
  description="Let's understand AI Alignment",
20
+ theme="ocean",
21
  examples=["What is Instrumental Efficiency?"]
22
  )
23