Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks() as demo:
|
|
178 |
with gr.Group():
|
179 |
url = gr.Textbox(label='URL')
|
180 |
gr.Markdown("<center><h6>or<h6></center>")
|
181 |
-
file = gr.File(label='PDF', file_types=['.pdf']
|
182 |
question = gr.Textbox(label='question')
|
183 |
api_key = gr.Textbox(label='OpenAI API Key')
|
184 |
btn = gr.Button(value='Submit')
|
|
|
178 |
with gr.Group():
|
179 |
url = gr.Textbox(label='URL')
|
180 |
gr.Markdown("<center><h6>or<h6></center>")
|
181 |
+
file = gr.File(label='PDF', file_types=['.pdf'])
|
182 |
question = gr.Textbox(label='question')
|
183 |
api_key = gr.Textbox(label='OpenAI API Key')
|
184 |
btn = gr.Button(value='Submit')
|