Update app.py
Browse files
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")
|
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)
|