Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -181,7 +181,7 @@ with gr.Blocks() as demo:
|
|
| 181 |
gr.Markdown("## 2️⃣ Convert the PDFs and upload")
|
| 182 |
convert_button = gr.Button("🔄 Convert and upload")
|
| 183 |
preview = gr.Dataframe(
|
| 184 |
-
label="Preview (first 10 rows)", headers=["text", "source"], datatype=["str", "str"], row_count=10, wrap=True
|
| 185 |
)
|
| 186 |
gr.Markdown("## 3️⃣ Use the dataset in your code")
|
| 187 |
instructions = gr.Markdown(instructions_template.substitute(user_id="pdf2dataset", dataset_id="generated_dataset_id"))
|
|
|
|
| 181 |
gr.Markdown("## 2️⃣ Convert the PDFs and upload")
|
| 182 |
convert_button = gr.Button("🔄 Convert and upload")
|
| 183 |
preview = gr.Dataframe(
|
| 184 |
+
label="Preview (first 10 rows)", headers=["text", "source"], datatype=["str", "str"], row_count=10, wrap=True
|
| 185 |
)
|
| 186 |
gr.Markdown("## 3️⃣ Use the dataset in your code")
|
| 187 |
instructions = gr.Markdown(instructions_template.substitute(user_id="pdf2dataset", dataset_id="generated_dataset_id"))
|