TuringsSolutions commited on
Commit
7363746
·
verified ·
1 Parent(s): b62ae33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -396,7 +396,7 @@ with gr.Blocks(title="Constellation Harvest Regularization (CHR)") as demo:
396
  plot = gr.Image(label="Constellation Map (PCA)", type="filepath")
397
  gr.Markdown(HOW_MD)
398
 
399
- df_out = gr.Dataframe(label="Structured Output (head)", wrap=True, interactive=False, height=300)
400
  with gr.Row():
401
  csv_out = gr.File(label="Download CSV")
402
  json_out = gr.File(label="Download JSON")
@@ -407,4 +407,4 @@ with gr.Blocks(title="Constellation Harvest Regularization (CHR)") as demo:
407
  outputs=[report_md, plot, df_out, csv_out, json_out])
408
 
409
  if __name__ == "__main__":
410
- demo.launch()
 
396
  plot = gr.Image(label="Constellation Map (PCA)", type="filepath")
397
  gr.Markdown(HOW_MD)
398
 
399
+ df_out = gr.Dataframe(label="Structured Output (head)", wrap=True, interactive=False)
400
  with gr.Row():
401
  csv_out = gr.File(label="Download CSV")
402
  json_out = gr.File(label="Download JSON")
 
407
  outputs=[report_md, plot, df_out, csv_out, json_out])
408
 
409
  if __name__ == "__main__":
410
+ demo.launch()