ShashankSS1205 commited on
Commit
35f0730
·
verified ·
1 Parent(s): bf6f61c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(css=css) as demo:
72
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
73
  load_pdf = gr.Button("Load pdf to langchain")
74
 
75
- chatbot = gr.Chatbot([], elem_id="chatbot").style(height=350)
76
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
77
  submit_btn = gr.Button("Send message")
78
  #load_pdf.click(loading_pdf, None, langchain_status, queue=False)
 
72
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
73
  load_pdf = gr.Button("Load pdf to langchain")
74
 
75
+ chatbot = gr.Chatbot([], elem_id="chatbot")
76
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
77
  submit_btn = gr.Button("Send message")
78
  #load_pdf.click(loading_pdf, None, langchain_status, queue=False)