feat: ask user for amount of data row collection

This commit is contained in:
karishmas6
2024-08-24 02:28:22 +05:30
parent 4ad70590d4
commit 062b491afb

View File

@@ -107,7 +107,7 @@ export const InterpretationLog = () => {
</Highlight> </Highlight>
{ {
getList ? ( getList ? (
<p>How many rows of data do you want?</p> <p>What is the maximum number of rows you want to extract?</p>
) : null ) : null
} }
<div style={{ float: "left", clear: "both" }} <div style={{ float: "left", clear: "both" }}