Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='
|
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')
|