lekkalar commited on
Commit
4979e25
·
1 Parent(s): 62e52d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
86
  gr.HTML(title)
87
 
88
  with gr.Column():
89
- open_ai_keyai_key = gr.Textbox(label="Your GPT-4 OpenAI API key", type="password")
90
  pdf_doc = gr.File(label="Load a file",file_types=['.pdf'],type='file')
91
  relevant_pages = gr.Textbox(label="*Optional - Leave this field blank to use the entire PDF or provide comma separated page numbers like 3,4,5")
92
 
 
86
  gr.HTML(title)
87
 
88
  with gr.Column():
89
+ open_ai_key = gr.Textbox(label="Your GPT-4 OpenAI API key", type="password")
90
  pdf_doc = gr.File(label="Load a file",file_types=['.pdf'],type='file')
91
  relevant_pages = gr.Textbox(label="*Optional - Leave this field blank to use the entire PDF or provide comma separated page numbers like 3,4,5")
92