Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
102 |
label="Matched",
|
103 |
)
|
104 |
|
|
|
98 |
|
99 |
outty = gr.Dataframe(
|
100 |
headers=["Original", "Match"],
|
101 |
+
datatype=["str", "str"],
|
102 |
label="Matched",
|
103 |
)
|
104 |
|