Khachatur Mirijanyan commited on
Commit
23496d5
1 Parent(s): 0f27ac5

Fix small gradio error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ if __name__ == "__main__":
18
  [
19
  gr.inputs.Textbox(lines=10, label="Query"),
20
  ],
21
- gr.outputs.Textbox(label="Response", lines=10),
22
  title="Ask NBA Stats",
23
  description=""" Ask NBA Stats is a tool that let's you ask a question with
24
  the NBA SQL tables as a reference
 
18
  [
19
  gr.inputs.Textbox(lines=10, label="Query"),
20
  ],
21
+ gr.outputs.Textbox(label="Response"),
22
  title="Ask NBA Stats",
23
  description=""" Ask NBA Stats is a tool that let's you ask a question with
24
  the NBA SQL tables as a reference