chansung commited on
Commit
4ac49ab
·
1 Parent(s): 93685cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -405,7 +405,7 @@ with gr.Blocks() as demo2:
405
 
406
  gr.Dataframe(
407
  headers=["provider", "size", "$/h", "vCPUs", "Memory", "Architecture"],
408
- datatype=["str", "str", "str", "Number", "str", "str"],
409
  row_count=8,
410
  col_count=(6, "fixed"),
411
  value=[
@@ -426,7 +426,7 @@ with gr.Blocks() as demo2:
426
 
427
  gr.Dataframe(
428
  headers=["provider", "size", "$/h", "GPUs", "Memory", "Architecture"],
429
- datatype=["str", "str", "str", "Number", "str", "str"],
430
  row_count=6,
431
  col_count=(6, "fixed"),
432
  value=[
 
405
 
406
  gr.Dataframe(
407
  headers=["provider", "size", "$/h", "vCPUs", "Memory", "Architecture"],
408
+ datatype=["str", "str", "str", "number", "str", "str"],
409
  row_count=8,
410
  col_count=(6, "fixed"),
411
  value=[
 
426
 
427
  gr.Dataframe(
428
  headers=["provider", "size", "$/h", "GPUs", "Memory", "Architecture"],
429
+ datatype=["str", "str", "str", "number", "str", "str"],
430
  row_count=6,
431
  col_count=(6, "fixed"),
432
  value=[