Spaces:
Runtime error
Runtime error
Commit
·
60d76d1
1
Parent(s):
0da931b
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css=css, theme='Taithrah/Minimal') as demo:
|
|
61 |
langchain_status = gr.Textbox(label='Status', placeholder='', interactive=False)
|
62 |
load_pdf = gr.Button('Load PDF to LangChain')
|
63 |
|
64 |
-
chatbot = gr.Chatbot([], elem_id='chatbot')
|
65 |
question = gr.Textbox(label='Question', placeholder='Type your query')
|
66 |
submit_btn = gr.Button('Send')
|
67 |
|
|
|
61 |
langchain_status = gr.Textbox(label='Status', placeholder='', interactive=False)
|
62 |
load_pdf = gr.Button('Load PDF to LangChain')
|
63 |
|
64 |
+
chatbot = gr.Chatbot([], elem_id='chatbot')#.style(height=350)
|
65 |
question = gr.Textbox(label='Question', placeholder='Type your query')
|
66 |
submit_btn = gr.Button('Send')
|
67 |
|