AllenYkl commited on
Commit
22fa3ea
·
1 Parent(s): 12ba9f2

Update bin_public/app/Chatbot.py

Browse files
Files changed (1) hide show
  1. bin_public/app/Chatbot.py +1 -2
bin_public/app/Chatbot.py CHANGED
@@ -109,8 +109,7 @@ with gr.Blocks(css=customCSS) as demo:
109
  use_streaming_checkbox = gr.Checkbox(label="实时传输回答", value=True, visible=enable_streaming_option)
110
  use_websearch_checkbox = gr.Checkbox(label="使用在线搜索", value=False)
111
  index_files = gr.Files(label="上传索引文件", type="file", multiple=True)
112
- index_pinecone = gr.Textbox(show_label=True, placeholder=f"Index fetched",
113
- label="System prompt").style(container=True)
114
 
115
  with gr.Tab(label="Prompt"):
116
  systemPromptTxt = gr.Textbox(show_label=True, placeholder=f"在这里输入System Prompt...",
 
109
  use_streaming_checkbox = gr.Checkbox(label="实时传输回答", value=True, visible=enable_streaming_option)
110
  use_websearch_checkbox = gr.Checkbox(label="使用在线搜索", value=False)
111
  index_files = gr.Files(label="上传索引文件", type="file", multiple=True)
112
+ index_pinecone = gr.Textbox(placeholder=f"Index fetched", visible=True)
 
113
 
114
  with gr.Tab(label="Prompt"):
115
  systemPromptTxt = gr.Textbox(show_label=True, placeholder=f"在这里输入System Prompt...",