Khachatur Mirijanyan
commited on
Commit
·
22c6298
1
Parent(s):
0419f76
fix title
Browse files
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
|
24 |
-
the
|
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"""
|