Timjo88 commited on
Commit
0ba08cd
Β·
1 Parent(s): 40195d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(