cogcorp commited on
Commit
245291e
·
1 Parent(s): ae48204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -248,8 +248,7 @@ with gr.Blocks() as demo:
248
  with gr.Row():
249
 
250
  with gr.Group():
251
- url=gr.Textbox(label='Enter PDF URL here')
252
- gr.Markdown("<center><h3>OR<h3></center>")
253
  file=gr.File(label='Upload your PDF/ Research Paper * NO CONFIDENTIAL FILES SHOULD BE USED *', file_types=['.pdf'])
254
  question=gr.Textbox(label='Enter your question here')
255
  btn=gr.Button(value='Submit')
 
248
  with gr.Row():
249
 
250
  with gr.Group():
251
+ url=gr.Textbox(label='URL here')
 
252
  file=gr.File(label='Upload your PDF/ Research Paper * NO CONFIDENTIAL FILES SHOULD BE USED *', file_types=['.pdf'])
253
  question=gr.Textbox(label='Enter your question here')
254
  btn=gr.Button(value='Submit')