Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ markdown_text = """
|
|
44 |
iface = gr.Interface(
|
45 |
fn=[predict, show_table],
|
46 |
inputs=[gr.components.Textbox(lines=1, placeholder="Enter Budget line here...", label="Budget Input"), None],
|
47 |
-
outputs=[gr.components.Textbox(label="Classification Output"), gr.outputs.
|
48 |
title="COFOG Level 1 Classification",
|
49 |
description=markdown_text,
|
50 |
allow_flagging="auto"
|
|
|
44 |
iface = gr.Interface(
|
45 |
fn=[predict, show_table],
|
46 |
inputs=[gr.components.Textbox(lines=1, placeholder="Enter Budget line here...", label="Budget Input"), None],
|
47 |
+
outputs=[gr.components.Textbox(label="Classification Output"), gr.outputs.DataFrame()],
|
48 |
title="COFOG Level 1 Classification",
|
49 |
description=markdown_text,
|
50 |
allow_flagging="auto"
|