Vadim212 commited on
Commit
37482f6
·
verified ·
1 Parent(s): ac84a99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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?', 'What is Dashboards?', '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
 
 
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