rahgadda commited on
Commit
1a8475b
·
verified ·
1 Parent(s): cbccce7

Initial Draft

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -551,7 +551,7 @@ def main():
551
  ui_model_name=gr.Textbox(placeholder="Semantic Search Model, https://www.sbert.net/docs/pretrained_models.html#semantic-search",label="Semantic Search Model")
552
  ui_weaviate_url=gr.Textbox(placeholder="Weaviate URL, https://weaviate.xxx",label="Weaviate URL", type="password")
553
 
554
- ui_chatbot = gr.Chatbot([], elem_id="chatbot").style(height=450)
555
 
556
  with gr.Row():
557
  with gr.Column(scale=0.2, min_width=0):
 
551
  ui_model_name=gr.Textbox(placeholder="Semantic Search Model, https://www.sbert.net/docs/pretrained_models.html#semantic-search",label="Semantic Search Model")
552
  ui_weaviate_url=gr.Textbox(placeholder="Weaviate URL, https://weaviate.xxx",label="Weaviate URL", type="password")
553
 
554
+ ui_chatbot = gr.Chatbot([], elem_id="chatbot")
555
 
556
  with gr.Row():
557
  with gr.Column(scale=0.2, min_width=0):