Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def find(question):
|
|
88 |
demo = gr.Blocks()
|
89 |
|
90 |
with demo:
|
91 |
-
inp = gr.Textbox(placeholder="Enter prompt",label= "Prompt like: 'how to export to PDF?', 'What is report?', '
|
92 |
find_btn = gr.Button("Find")
|
93 |
big_block = [gr.HTML("") for i in range(10)]
|
94 |
|
|
|
88 |
demo = gr.Blocks()
|
89 |
|
90 |
with demo:
|
91 |
+
inp = gr.Textbox(placeholder="Enter prompt",label= "Prompt like: 'how to export to PDF?', 'What is report?', 'blazor designer', 'how to render report?', 'List of export formats', 'Supported databases'" )
|
92 |
find_btn = gr.Button("Find")
|
93 |
big_block = [gr.HTML("") for i in range(10)]
|
94 |
|