Spaces:
Sleeping
Sleeping
Commit
·
7ff1f89
1
Parent(s):
e9840df
adding my LLM-chatbot model
Browse files
app.py
CHANGED
|
@@ -101,5 +101,5 @@ with gr.Blocks(css=css) as demo:
|
|
| 101 |
langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
|
| 102 |
load_pdf = gr.Button("Load file to langchain")
|
| 103 |
|
| 104 |
-
chatbot = gr.Chatbot([], elem_id="chatbot"
|
| 105 |
question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
|
|
|
|
| 101 |
langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
|
| 102 |
load_pdf = gr.Button("Load file to langchain")
|
| 103 |
|
| 104 |
+
chatbot = gr.Chatbot([], elem_id="chatbot",height=350)
|
| 105 |
question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
|