Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ with gr.Blocks(css=css,theme = gr.themes.Soft()) as demo:
|
|
| 132 |
langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
|
| 133 |
load_pdf = gr.Button("Load pdf")
|
| 134 |
with gr.Column(scale=2):
|
| 135 |
-
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=
|
| 136 |
question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
|
| 137 |
submit_btn = gr.Button("Send message")
|
| 138 |
#load_pdf.click(loading_pdf, None, langchain_status, queue=False)
|
|
|
|
| 132 |
langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
|
| 133 |
load_pdf = gr.Button("Load pdf")
|
| 134 |
with gr.Column(scale=2):
|
| 135 |
+
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
|
| 136 |
question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
|
| 137 |
submit_btn = gr.Button("Send message")
|
| 138 |
#load_pdf.click(loading_pdf, None, langchain_status, queue=False)
|