peterkros commited on
Commit
5b11e75
·
1 Parent(s): d87fdf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Dataframe(type="pandas")],
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"