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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,9 +100,9 @@ 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.Textbot(label="Status", interactive=False)
104
 
105
- chatbot = gr.Chatbox(label="Chat history!!!")
106
  msg=gr.Textbox(label="Ask anything related to pdf...")
107
  clear = gr.Button("Clear chat")
108
 
 
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.Chatbot(label="Chat history!!!")
106
  msg=gr.Textbox(label="Ask anything related to pdf...")
107
  clear = gr.Button("Clear chat")
108