Spaces:
Build error
Build error
Commit
·
37d7644
1
Parent(s):
1f5e0a5
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,6 +179,7 @@ with gr.Blocks() as iface:
|
|
| 179 |
with gr.Row():
|
| 180 |
|
| 181 |
with gr.Group():
|
|
|
|
| 182 |
url = gr.Textbox(label='Enter PDF URL here')
|
| 183 |
gr.Markdown("<center><h4>OR<h4></center>")
|
| 184 |
file = gr.File(label='Drop PDF here', file_types=['.pdf'])
|
|
|
|
| 179 |
with gr.Row():
|
| 180 |
|
| 181 |
with gr.Group():
|
| 182 |
+
openAI_key=gr.Textbox(label='Enter your OpenAI API key here')
|
| 183 |
url = gr.Textbox(label='Enter PDF URL here')
|
| 184 |
gr.Markdown("<center><h4>OR<h4></center>")
|
| 185 |
file = gr.File(label='Drop PDF here', file_types=['.pdf'])
|