manoj1hcl commited on
Commit
89788c5
·
verified ·
1 Parent(s): a64e065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
  # File uploader
101
  file_input = gr.File(label="Upload your PDF", file_types=[".pdf"])
102
  # Status text
103
- status = gr.Textbox(label="Status", interactive=False)
104
 
105
  chatbot = gr.Chatbox(label="Chat history!!!")
106
  msg=gr.Textbox(label="Ask anything related to pdf...")
 
100
  # File uploader
101
  file_input = gr.File(label="Upload your PDF", file_types=[".pdf"])
102
  # Status text
103
+ status = gr.Textbot(label="Status", interactive=False)
104
 
105
  chatbot = gr.Chatbox(label="Chat history!!!")
106
  msg=gr.Textbox(label="Ask anything related to pdf...")