bhaskartripathi commited on
Commit
89ebd9c
·
1 Parent(s): 39397eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
176
  with gr.Row():
177
 
178
  with gr.Group():
179
- api_key=gr.Textbox(label='Enter your OpenAI API key here')
180
  url = gr.Textbox(label='Enter PDF URL here')
181
  gr.Markdown("<center><h4>OR<h4></center>")
182
  file = gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf'])
 
176
  with gr.Row():
177
 
178
  with gr.Group():
179
+ openAI_key=gr.Textbox(label='Enter your OpenAI API key here')
180
  url = gr.Textbox(label='Enter PDF URL here')
181
  gr.Markdown("<center><h4>OR<h4></center>")
182
  file = gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf'])