Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def predict(question):
|
|
34 |
answer = predictions["answers"]
|
35 |
return answer
|
36 |
|
37 |
-
input_question =gr.inputs.Textbox(label="enter your monopoly question here"
|
38 |
response = "text"
|
39 |
|
40 |
gr.Interface(
|
|
|
34 |
answer = predictions["answers"]
|
35 |
return answer
|
36 |
|
37 |
+
input_question =gr.inputs.Textbox(label="enter your monopoly question here")
|
38 |
response = "text"
|
39 |
|
40 |
gr.Interface(
|