Timjo88 commited on
Commit
b8e7924
Β·
1 Parent(s): 055bd4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict(question):
37
 
38
  input_question =gr.inputs.Textbox(label="enter your monopoly question here")
39
  response = "text"
40
- examples = ["how much cash do we get to start with?","how many people can play monopoly?"]
41
 
42
  gr.Interface(
43
  fn=predict,
 
37
 
38
  input_question =gr.inputs.Textbox(label="enter your monopoly question here")
39
  response = "text"
40
+ examples = ["how much cash do we get to start with?", "at what point can I buy houses?", "what happens when I land on free parking?"]
41
 
42
  gr.Interface(
43
  fn=predict,