button txt
This commit is contained in:
@@ -256,7 +256,7 @@ function HomePage() {
|
|||||||
onClick={() => navigate("/upload")}
|
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"
|
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>
|
</button>
|
||||||
{showUploadDefault && (
|
{showUploadDefault && (
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ export default function UploadPage() {
|
|||||||
return (
|
return (
|
||||||
<div style={styles.container}>
|
<div style={styles.container}>
|
||||||
<h1 style={styles.title}>
|
<h1 style={styles.title}>
|
||||||
Upload text files for context searching in LLM
|
Upload files for context searching in LLM
|
||||||
</h1>
|
</h1>
|
||||||
<UploadProgress progress={progress} onCancel={handleCancel} />
|
<UploadProgress progress={progress} onCancel={handleCancel} />
|
||||||
</div>
|
</div>
|
||||||
@@ -154,7 +154,7 @@ export default function UploadPage() {
|
|||||||
return (
|
return (
|
||||||
<div style={styles.container}>
|
<div style={styles.container}>
|
||||||
<h1 style={styles.title}>
|
<h1 style={styles.title}>
|
||||||
Upload text files for context searching in LLM
|
Upload files for context searching in LLM
|
||||||
</h1>
|
</h1>
|
||||||
<ErrorState
|
<ErrorState
|
||||||
error={error}
|
error={error}
|
||||||
@@ -170,7 +170,7 @@ export default function UploadPage() {
|
|||||||
return (
|
return (
|
||||||
<div style={styles.container}>
|
<div style={styles.container}>
|
||||||
<h1 style={styles.title}>
|
<h1 style={styles.title}>
|
||||||
Upload text files for context searching in LLM
|
Upload files for context searching in LLM
|
||||||
</h1>
|
</h1>
|
||||||
<SuccessState
|
<SuccessState
|
||||||
filesCount={uploadedFiles.length}
|
filesCount={uploadedFiles.length}
|
||||||
@@ -185,7 +185,7 @@ export default function UploadPage() {
|
|||||||
return (
|
return (
|
||||||
<div style={styles.container}>
|
<div style={styles.container}>
|
||||||
<h3 style={styles.title}>
|
<h3 style={styles.title}>
|
||||||
Upload text files for context searching in LLM
|
Upload files for context searching in LLM
|
||||||
</h3>
|
</h3>
|
||||||
<p style={styles.subtitle}>
|
<p style={styles.subtitle}>
|
||||||
Each file must be no more than {MAX_FILE_SIZE_KB} KB. You can upload up
|
Each file must be no more than {MAX_FILE_SIZE_KB} KB. You can upload up
|
||||||
|
|||||||
Reference in New Issue
Block a user