Khachatur Mirijanyan commited on
Commit
0f9e25e
1 Parent(s): f8b0fab

instruction

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -21,5 +21,15 @@ if __name__ == "__main__":
21
  gr.outputs.Textbox(label="Response"),
22
  title="Ask Harry Potter",
23
  description=""" Ask Harry Potter is a tool that let's you ask a question with
24
- the books' text as reference"""
 
 
 
 
 
 
 
 
 
 
25
  ).launch()
 
21
  gr.outputs.Textbox(label="Response"),
22
  title="Ask Harry Potter",
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 lik 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"""
35
  ).launch()