chore: hide rerank tab

This commit is contained in:
jialin
2024-10-14 10:46:32 +08:00
parent ec68ce082e
commit 8fbdb884c7
2 changed files with 7 additions and 10 deletions
@@ -72,6 +72,7 @@ const InputList: React.FC<InputListProps> = ({ textList, onChange }) => {
<RowTextarea
label={`${index + 1}.`}
value={text.text}
placeholder="Input your text"
onChange={(e) => handleTextChange(e.target.value, text)}
></RowTextarea>
</div>