Quent1Fvr commited on
Commit
48c3129
1 Parent(s): 5815892

Update src/view/view.py

Browse files
Files changed (1) hide show
  1. src/view/view.py +1 -1
src/view/view.py CHANGED
@@ -11,7 +11,7 @@ def run(ctrl: Chatbot, config: {}):
11
 
12
  with gr.Column(scale=10):
13
  gr.Markdown(config['title'])
14
- intro_text = gr.Markdown("<center> Ask questions on any PDF, Word or HTML document. Start with "Le Petit Prince" or upload your own document.", visible=True)
15
 
16
  actual_page_start = gr.Number(
17
  label="Start page (default = 1)",
 
11
 
12
  with gr.Column(scale=10):
13
  gr.Markdown(config['title'])
14
+ intro_text = gr.Markdown('<center> Ask questions on any PDF, Word or HTML document. Start with "Le Petit Prince" or upload your own document.<center/>', visible=True)
15
 
16
  actual_page_start = gr.Number(
17
  label="Start page (default = 1)",