Joshnicholas commited on
Commit
e4b19ce
·
verified ·
1 Parent(s): 5462670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
98
 
99
  outty = gr.Dataframe(
100
  headers=["Original", "Match"],
101
- datatype=["str", "str", "number"],
102
  label="Matched",
103
  )
104
 
 
98
 
99
  outty = gr.Dataframe(
100
  headers=["Original", "Match"],
101
+ datatype=["str", "str"],
102
  label="Matched",
103
  )
104