qq1023 commited on
Commit
f319991
1 Parent(s): 52aaea5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -263,14 +263,8 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
263
  interactive=False,
264
  height=240,
265
  )
266
- information = gr.Dataframe(
267
- pd.json_normalize({
268
- "Waiting for input...": ''
269
- }),
270
- label="Extracted information",
271
- interactive=False,
272
- row_count = (1, "fixed"), # 1 till multiple inputs/outputs is implemented
273
- )
274
  with gr.Row():
275
  flag_incorrect_button = gr.Button(
276
  "Flag as incorrect", variant="stop", interactive=True
 
263
  interactive=False,
264
  height=240,
265
  )
266
+ information = gr.Dataframe(pd.DataFrame({"Extracted information": ["Waiting for input..."]}))
267
+
 
 
 
 
 
 
268
  with gr.Row():
269
  flag_incorrect_button = gr.Button(
270
  "Flag as incorrect", variant="stop", interactive=True