qgallouedec HF Staff commited on
Commit
cec5f4e
·
verified ·
1 Parent(s): 6b9ea9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, height=200
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"))