dsouzaJithesh commited on
Commit
76af8b7
·
verified ·
1 Parent(s): 20b0da7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.ChatInterface(
19
  title="AI Alignment ChatBot",
20
  textbox=gr.Textbox(placeholder="Ask Anything", container=True, scale=10),
21
  theme="Origin",
22
- examples=["What is Instrumental Efficiency?"]
23
 
24
  )
25
 
 
19
  title="AI Alignment ChatBot",
20
  textbox=gr.Textbox(placeholder="Ask Anything", container=True, scale=10),
21
  theme="Origin",
22
+ examples=["What is Instrumental Efficiency?","What is Orthogonality Thesis?"]
23
 
24
  )
25