Vihang28 commited on
Commit
9d2fb6c
·
verified ·
1 Parent(s): 6ba2571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.red)) as demo:
65
  gr.Markdown(f'<h1 style="text-align: center;">{title}</h1>')
66
  with gr.Row():
67
  with gr.Column():
68
- pdf_input = gr.File(type="filepath", label="Upload .pdf File")
69
  api_input = gr.Textbox(label= "Enter Api-key")
70
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
71
  with gr.Column():
 
65
  gr.Markdown(f'<h1 style="text-align: center;">{title}</h1>')
66
  with gr.Row():
67
  with gr.Column():
68
+ pdf_input = gr.File(type="file", label="Upload .pdf File")
69
  api_input = gr.Textbox(label= "Enter Api-key")
70
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
71
  with gr.Column():