Kimosh commited on
Commit
f0f8a01
1 Parent(s): 014c1b6

removed the images line

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -333,10 +333,6 @@ def main():
333
  components=[commodity, period],
334
  flagging_dir="data/flagged",
335
  )
336
-
337
- with gr.Row():
338
- current_wheat = gr.Image('wheat_prices.png')
339
- current_maize = gr.Image('maize_prices.png')
340
  btn_incorrect.click(
341
  lambda *args: flagging_handler.flag(
342
  flag_data=args, flag_option="Incorrect"
 
333
  components=[commodity, period],
334
  flagging_dir="data/flagged",
335
  )
 
 
 
 
336
  btn_incorrect.click(
337
  lambda *args: flagging_handler.flag(
338
  flag_data=args, flag_option="Incorrect"