Initial Draft
Browse files
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")
|
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):
|