cogcorp commited on
Commit
702c0ef
·
1 Parent(s): 96866e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -248,8 +248,8 @@ with gr.Blocks() as demo:
248
  with gr.Row():
249
 
250
  with gr.Group():
251
- file=gr.File(label='➡️ Upload your PDF ⬅️ NO CONFIDENTIAL FILES ⚠️ SHOULD BE USED ', file_types=['.pdf'])
252
- url=gr.Textbox(label='OR Enter PDF URL Here')
253
  question=gr.Textbox(label='🔤 Enter your question here 🔤')
254
  btn=gr.Button(value='Submit')
255
  btn.style(full_width=False)
 
248
  with gr.Row():
249
 
250
  with gr.Group():
251
+ file=gr.File(label='➡️ Upload your PDF ⬅️ NO CONFIDENTIAL FILES SHOULD BE USED ', file_types=['.pdf'])
252
+ url=gr.Textbox(label=' ')
253
  question=gr.Textbox(label='🔤 Enter your question here 🔤')
254
  btn=gr.Button(value='Submit')
255
  btn.style(full_width=False)