Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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?","
|
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,
|