Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ embeddings = list(embedding_model.embed([text.page_content for text in texts]))
|
|
70 |
|
71 |
|
72 |
with gr.Blocks() as demo:
|
73 |
-
chatbot = gr.Chatbot(height=
|
74 |
msg = gr.Textbox()
|
75 |
clear = gr.ClearButton([msg, chatbot])
|
76 |
|
|
|
70 |
|
71 |
|
72 |
with gr.Blocks() as demo:
|
73 |
+
chatbot = gr.Chatbot(height=1000)
|
74 |
msg = gr.Textbox()
|
75 |
clear = gr.ClearButton([msg, chatbot])
|
76 |
|