Adrian Cowham commited on
Commit
203ad1c
1 Parent(s): a2644bf

updated question

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as block:
124
  gr.Markdown("<h1><center>Suggestions</center></h1>")
125
  ex1 = gr.Button(value="How does the book challenge conventional wisdom?", variant="primary")
126
  ex1.click(getanswer, inputs=[chain_state, ex1, state], outputs=[chatbot, state, message])
127
- ex2 = gr.Button(value="What are some examples of economic principles being applied to different subjects?", variant="primary")
128
  ex2.click(getanswer, inputs=[chain_state, ex2, state], outputs=[chatbot, state, message])
129
  ex3 = gr.Button(value="How does the book explore the role of incentives?", variant="primary")
130
  ex3.click(getanswer, inputs=[chain_state, ex3, state], outputs=[chatbot, state, message])
 
124
  gr.Markdown("<h1><center>Suggestions</center></h1>")
125
  ex1 = gr.Button(value="How does the book challenge conventional wisdom?", variant="primary")
126
  ex1.click(getanswer, inputs=[chain_state, ex1, state], outputs=[chatbot, state, message])
127
+ ex2 = gr.Button(value="What are some of the surprising and counterintuitive examples from the book?", variant="primary")
128
  ex2.click(getanswer, inputs=[chain_state, ex2, state], outputs=[chatbot, state, message])
129
  ex3 = gr.Button(value="How does the book explore the role of incentives?", variant="primary")
130
  ex3.click(getanswer, inputs=[chain_state, ex3, state], outputs=[chatbot, state, message])