button txt
This commit is contained in:
@@ -256,7 +256,7 @@ function HomePage() {
|
||||
onClick={() => navigate("/upload")}
|
||||
className="py-2.5 rounded-xl bg-indigo-500 hover:bg-indigo-400 active:bg-indigo-600 text-xs font-medium text-white shadow-md shadow-indigo-500/25 transition-colors"
|
||||
>
|
||||
Upload TXT
|
||||
Upload
|
||||
</button>
|
||||
{showUploadDefault && (
|
||||
<button
|
||||
|
||||
@@ -142,7 +142,7 @@ export default function UploadPage() {
|
||||
return (
|
||||
<div style={styles.container}>
|
||||
<h1 style={styles.title}>
|
||||
Upload text files for context searching in LLM
|
||||
Upload files for context searching in LLM
|
||||
</h1>
|
||||
<UploadProgress progress={progress} onCancel={handleCancel} />
|
||||
</div>
|
||||
@@ -154,7 +154,7 @@ export default function UploadPage() {
|
||||
return (
|
||||
<div style={styles.container}>
|
||||
<h1 style={styles.title}>
|
||||
Upload text files for context searching in LLM
|
||||
Upload files for context searching in LLM
|
||||
</h1>
|
||||
<ErrorState
|
||||
error={error}
|
||||
@@ -170,7 +170,7 @@ export default function UploadPage() {
|
||||
return (
|
||||
<div style={styles.container}>
|
||||
<h1 style={styles.title}>
|
||||
Upload text files for context searching in LLM
|
||||
Upload files for context searching in LLM
|
||||
</h1>
|
||||
<SuccessState
|
||||
filesCount={uploadedFiles.length}
|
||||
@@ -185,7 +185,7 @@ export default function UploadPage() {
|
||||
return (
|
||||
<div style={styles.container}>
|
||||
<h3 style={styles.title}>
|
||||
Upload text files for context searching in LLM
|
||||
Upload files for context searching in LLM
|
||||
</h3>
|
||||
<p style={styles.subtitle}>
|
||||
Each file must be no more than {MAX_FILE_SIZE_KB} KB. You can upload up
|
||||
|
||||
Reference in New Issue
Block a user