amoghsuman commited on
Commit
4a77a16
ยท
verified ยท
1 Parent(s): 3bb3198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def chat_with_pdf(message, history):
37
  return history
38
 
39
  with gr.Blocks(title="๐Ÿ“„ Interactive PDF Chatbot") as demo:
40
- gr.Markdown("## ๐Ÿ“„ Chat with a PDF using GPT-4")
41
 
42
  with gr.Row():
43
  pdf = gr.File(label="Upload PDF", file_types=[".pdf"])
 
37
  return history
38
 
39
  with gr.Blocks(title="๐Ÿ“„ Interactive PDF Chatbot") as demo:
40
+ gr.Markdown("## Talk to a PDF")
41
 
42
  with gr.Row():
43
  pdf = gr.File(label="Upload PDF", file_types=[".pdf"])