momegas commited on
Commit
d815129
1 Parent(s): 3adc1d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=700)
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