Khachatur Mirijanyan commited on
Commit
22c6298
1 Parent(s): 0419f76
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -20,15 +20,15 @@ if __name__ == "__main__":
20
  ],
21
  gr.outputs.Textbox(label="Response"),
22
  title="Ask NBA Stats",
23
- description=""" Ask Harry Potter is a tool that let's you ask a question with
24
- the books' text as reference
25
 
26
  If you would like to access the large DB use format
27
 
28
- ###Query
29
  single line query
30
 
31
- ###Tables
32
  tables to access line by line
33
  table1
34
  table2"""
 
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
25
 
26
  If you would like to access the large DB use format
27
 
28
+ ### Query
29
  single line query
30
 
31
+ ### Tables
32
  tables to access line by line
33
  table1
34
  table2"""